zyuzhi / linq_cpp

my cpp template toy of linq(c#)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linq_cpp

Yet Another Cpp Linq Implementation
My cpp template toy of linq(c#)

Support Function

  • 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

Doc

  1. from
    All Linq expression starts with zlinq::from
    Supports array and stl containers
  2. where
  3. select
  4. all
  5. any
  6. count
  7. sum
  8. average
  9. contains
  10. empty
  11. first
  12. first_or_default
  13. last
  14. last_or_default
  15. distinct
  16. except_with
  17. intersect_with
  18. union_with
  19. concat

About

my cpp template toy of linq(c#)


Languages

Language:C++ 97.6%Language:Makefile 2.4%