fredemmott / magic_argsLinks
Ease-of-use-first argument parsing for C++23
☆63Updated last month
Alternatives and similar repositories for magic_args
Users that are interested in magic_args are comparing it to the libraries listed below
Sorting:
- Faster enum reflection for C++17 since I don't want to wait for C++26 reflection.☆107Updated last week
- Lightweight header-only C++20 enum and typename reflection☆82Updated 6 months ago
- KISS C++20 Type Reflection using IFC files☆74Updated last year
- C++ command line argument parsing and routing☆51Updated last year
- List-initialize containers with proper move semantics☆30Updated 10 months ago
- simple ray tracing library focusing on good code☆58Updated last year
- ☆103Updated last year
- Boost.PFR without the boost namespaces☆76Updated 7 months ago
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆72Updated 4 months ago
- Drop-in replacement for std::optional that does not waste memory unnecessarily☆143Updated 2 weeks ago
- Time to #include standard library and other C++ headers.☆106Updated 4 years ago
- Recursive Variant: A simple library for Recursive Variant Types☆96Updated 8 months ago
- Replacement for std::optional with efficient memory usage and additional features.☆51Updated 11 months ago
- Ergonomic C++ Iterator interface for STL containers☆39Updated 3 years ago
- value types for composite class design - with allocators☆73Updated 2 weeks ago
- C++20 concurrency framework with no compromises. Excellent performance, powerful features, and simple syntax.☆77Updated this week
- Backward compatibly refactor header-based C++ into modules.☆93Updated 7 months ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆68Updated 3 weeks ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆68Updated 2 years ago
- A lightweight, non-owning reference to a callable.