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.
☆12Updated 8 months ago
Alternatives and similar repositories for cpp_delegates
Users that are interested in cpp_delegates are comparing it to the libraries listed below
Sorting:
- ☆52Updated 9 months ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- An indirect value-type for C++☆83Updated last year
- B++ Tree☆68Updated 11 months ago
- Boost.PFR without the boost namespaces☆72Updated this week
- reflection in c++ for json de/serialization☆45Updated last year
- C++ Better Futures☆45Updated 2 years ago
- Header-only implementation of a grid for spatial lookups☆26Updated 8 months ago
- Lightweight header-only C++20 enum and typename reflection☆58Updated 3 weeks ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆50Updated 2 months ago
- Standalone version of the boost::unordered library☆28Updated 4 months ago
- P0323 & P2505 std::expected simple implementation☆40Updated 3 months ago
- A header-only C++20 library of fast delegates and events☆25Updated 2 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆76Updated 2 years ago
- A functional parsing library☆28Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 4 months ago
- C++17 compile-time enum reflection library☆45Updated 2 years ago
- A C++20 meta programming library for manipulating lists of types and values.☆20Updated 8 months ago
- Compact SVO optimized vector for C++17 or higher☆105Updated last year
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- Flat containers for C++☆59Updated 2 years ago
- A simple WIP profiler library for c++. Include the 2 files and you're ready to go.☆14Updated last month
- C++20 Unit-Testing library☆47Updated 2 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- simple ray tracing library focusing on good code☆57Updated last year
- A helper to convert a header-based C++ project to module-based one.☆51Updated 10 months ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 5 years ago