A new infrastructure for generic algorithms that builds on top of the new iterator concepts.

Artifacts using Range (7)
Sort by:Popular

Expression template library and compiler construction toolkit for domain-specific embedded languages.
Last Release on Jan 7, 2023
LL parser framework represents parsers directly as EBNF grammars in inlined C++.
Last Release on Jan 7, 2023
A collection of useful generic algorithms.
Last Release on Jan 7, 2023
General literal text conversions, such as an int represented a string, or vice-versa.
Last Release on Jan 7, 2023
A set of date-time libraries based on generic programming concepts.
Last Release on Jan 7, 2023
Define small unnamed function objects at the actual call site, and more.
Last Release on Jan 7, 2023
In C++, writing a loop that iterates over a sequence is tedious. We can either use iterators, which requires a considerable amount of boiler-plate, or we can use the std::for_each() algorithm and move our loop body into a predicate, which requires no ...
Last Release on Jan 16, 2026
  • Prev
  • 1
  • Next