C++ LINQ-like iterator operations

后端 未结 8 969
执念已碎
执念已碎 2021-02-13 13:40

Having been tainted by Linq, I\'m reluctant to give it up. However, for some things I just need to use C++.

The real strength of linq as a linq-consumer (i.e. to me) li

8条回答
  •  梦毁少年i
    2021-02-13 14:16

    I am working on (C# LINQ)-like C++ header-only library.

    Here it is: http://code.google.com/p/boolinq/

    I'd like to get any feedback...

    UPDATE:

    Here is new link to boolinq 2.0: https://github.com/k06a/boolinq

    All source code is based in single header file - https://github.com/k06a/boolinq/blob/master/boolinq/boolinq.h

    It is super short: less than 800 lines for about 60 different operations!

提交回复
热议问题