Linq icon indicating copy to clipboard operation
Linq copied to clipboard

Linq for list comprehension in C++

Results 5 Linq issues
Sort by recently updated
recently updated
newest added

This code won't compile: ``` #include #include using namespace linq; std::vector f() { std::vector result; return result; } int main() { auto x = f() | linq::first; } ``` however...

I want to use this library in ubuntu but how can i install this cmake based library ?

Hello, Do you know about [Conan](https://github.com/conan-io/conan)? [Conan](http://docs.conan.io/en/latest/) is modern dependency manager for C++. And will be great if your library will be available via package manager for other developers. [Here](https://github.com/bincrafters/conan-templates)...