Yet Another Cpp Linq Implementation
My cpp template toy of linq(c#)
- where
- select
- all
- any
- count
- sum
- average
- contains
- empty
- first
- first_or_default
- last
- last_or_default
- distinct
- except_with
- intersect_with
- union_with
- concat
- from
All Linq expression starts withzlinq::from
Supportsarray
and stl containers - where
- select
- all
- any
- count
- sum
- average
- contains
- empty
- first
- first_or_default
- last
- last_or_default
- distinct
- except_with
- intersect_with
- union_with
- concat