Skip to content

Yet another .NET-like LINQ library written in C++. It supports lazy evaluations and implements almost all LINQ methods.

License

Notifications You must be signed in to change notification settings

Ptomaine/Relinx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT NOTICE! THIS LIBRARY IS A PART OF THE NSTD LIBRARY NOW AND CAN BE FOUND HERE [https://github.com/Ptomaine/nstd] All updates and fixes will be done to the NSTD project instead...

The library uses the C++14 standard.

The code was successfully tested on the following compilers:

  • MinGW / GCC 5.3.0
  • Clang 3.9.0
  • MSVC 2015 can successfully compile the library but throws a compile time error on certain unit tests. It cannot understand complex lambdas yet.

About

Yet another .NET-like LINQ library written in C++. It supports lazy evaluations and implements almost all LINQ methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages