mrange / cpplinq

LINQ for C++ (cpplinq) is an extensible C++11 library of higher-order functions for range manipulation. cpplinq draws inspiration from LINQ for C#.
http://cpplinq.codeplex.com/
Other
182 stars 39 forks source link

Any() operator missing #7

Open nesteruk opened 7 years ago

nesteruk commented 7 years ago

Actually you seem to be missing a great many Linq operators. I needed an Any() op and it wasn't there. I don't want to go through all the elements with a Where()!