TartanLlama / generator
Single-header, ranges-compatible generator type built on C++20 coroutines
☆65Updated 2 years ago
Alternatives and similar repositories for generator:
Users that are interested in generator are comparing it to the libraries listed below
- P0323 & P2505 std::expected simple implementation☆39Updated last week
- C++20 Unit-Testing library☆44Updated 5 months ago
- ranges features for c+23 ported to C++20☆77Updated 2 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 2 years ago
- An indirect value-type for C++☆82Updated last year
- Boost.PFR without the boost namespaces☆70Updated last week
- ☆46Updated 6 months ago
- Meta C++ Library and Tool☆81Updated 2 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆157Updated 2 weeks ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆62Updated 2 months ago
- C++20 coroutines-based cooperative multitasking library☆104Updated 3 years ago
- stl-like algorithms for TYPES☆31Updated last year
- A C++ parser combinator library.☆127Updated this week
- Flat containers for C++☆59Updated 2 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- C++20 Compact Tuple Tools☆49Updated 3 months ago
- Compact SVO optimized vector for C++17 or higher☆102Updated 10 months ago
- simple ray tracing library focusing on good code☆57Updated last year
- C++ command line argument parsing and routing☆53Updated 8 months ago
- Recursive Variant: A simple library for Recursive Variant Types☆82Updated 3 years ago
- Ranges that didn't make C++20☆85Updated 3 months ago
- repr for Modern C++: Return printable string representation of a value☆85Updated 4 years ago
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆111Updated last year
- Polymorphic memory resource for real-time applications.☆66Updated last year
- Reflection utilities and examples built on top of C++ reflection TS implementation.