rmettler / cpp_delegatesLinks
Lightweight function wrappers able to store and invoke any callable target without the caller having to know the details of the callee. A more performant alternative to std::function, no undefined behavior and configurable behavior when called empty.
☆13Updated last year
Alternatives and similar repositories for cpp_delegates
Users that are interested in cpp_delegates are comparing it to the libraries listed below
Sorting:
- Lightweight header-only C++20 enum and typename reflection☆82Updated 6 months ago
- ☆54Updated last year
- Boost.PFR without the boost namespaces☆76Updated 7 months ago
- C++17 compile-time enum reflection library☆45Updated 3 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆68Updated 2 years ago
- Ease-of-use-first argument parsing for C++23☆63Updated last month
- C++20 Dynamic Reflection Library☆139Updated 10 months ago
- tser - tiny serialization for C++☆146Updated 4 years ago
- An indirect value-type for C++☆83Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- KISS C++20 Type Reflection using IFC files☆74Updated last year
- simple ray tracing library focusing on good code☆58Updated last year
- A collection of std-like single-header C++ libraries☆200Updated last week
- A functional parsing library