Skip to content

zyuzhi/linq_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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#)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published