rmettler / cpp_delegates
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.
☆10Updated 5 months ago
Alternatives and similar repositories for cpp_delegates:
Users that are interested in cpp_delegates are comparing it to the libraries listed below
- ☆46Updated 6 months ago
- An indirect value-type for C++☆82Updated last year
- C++20 Unit-Testing library☆44Updated 5 months ago
- simple ray tracing library focusing on good code☆57Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆65Updated 2 years ago
- Standalone version of the boost::unordered library☆25Updated last month
- An easy to customize, strong type library with built in support for unit-like behavior☆45Updated last week
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- Compact SVO optimized vector for C++17 or higher☆102Updated 10 months ago
- P0323 & P2505 std::expected simple implementation☆39Updated last week
- Boost.PFR without the boost namespaces☆70Updated last week
- Flat containers for C++☆59Updated 2 years ago
- A header only structure of arrays container for C++☆41Updated last year
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- A library for classes with flexible layout☆56Updated 4 years ago
- Lightweight header-only C++20 enum and typename reflection☆53Updated last month
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- C++ Better Futures☆43Updated 2 years ago
- HTTP/1 parsing and serialization algorithms using C++11☆29Updated 3 weeks ago
- Ease-of-use-first argument parsing for C++23☆61Updated last month
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 6 years ago
- Polymorphic memory resource for real-time applications.☆66Updated last year
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆53Updated 4 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆87Updated 6 months ago
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆86Updated this week
- B++ Tree☆66Updated 8 months ago
- C++20 coroutines-based cooperative multitasking library☆104Updated 3 years ago
- A library of type traits for introspecting C++ function types☆29Updated 5 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago