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:
- An indirect value-type for C++☆83Updated 2 years ago
- tser - tiny serialization for C++☆146Updated 4 years ago
- ☆54Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆68Updated 2 years ago
- A little metaprogramming and functional library☆68Updated 3 years ago
- Library of flat vector-like based associative containers☆76Updated 3 years ago
- KISS C++20 Type Reflection using IFC files☆74Updated last year
- Functional reactive programming library for c++☆160Updated 2 years ago
- C++17 compile-time enum reflection library☆45Updated 3 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- Portable UUID generation library for C++☆26Updated 2 years ago
- An easy to customize, strong type library with built in support for unit-like behavior☆47Updated last week
- C++20 implementation of {{ mustache }}☆86Updated last year
- Boost.PFR without the boost namespaces☆76Updated 7 months ago
- Lightweight header-only C++20 enum and typename reflection☆82Updated 6 months ago
- Ease-of-use-first argument parsing for C++23☆63Updated last month
- C++20 single-header library for embedding INI configs☆60Updated 2 years ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 7 years ago
- Yet another C++ text formatting library.☆71Updated last year
- A modern header-only zero-overhead library for creating smart references☆86Updated 6 years ago
- A header only structure of arrays container for C++☆43Updated 2 years ago
- Fast C++ container combining the best features of std::vector and std::deque☆129Updated 2 years ago
- C++20 Dynamic Reflection Library☆139Updated 9 months ago
- A collection of std-like single-header C++ libraries☆200Updated this week
- B++ Tree☆72Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- A C++14 reflection library☆78Updated last month
- Flat containers for C++☆59Updated 7 months ago
- File/Directory Watcher for Modern C++☆87Updated 3 years ago