HexadigmSystems / FunctionTraits
Professionally written C++ function traits library (single header-only) for retrieving info about any function (arg types, arg count, return type, etc.)
☆36Updated last month
Alternatives and similar repositories for FunctionTraits:
Users that are interested in FunctionTraits are comparing it to the libraries listed below
- a small lightweight std::execution work-alike☆65Updated 3 weeks ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆85Updated last week
- Boost.PFR without the boost namespaces☆70Updated last month
- An indirect value-type for C++☆82Updated last year
- C++20 Memory Allocator library☆34Updated this week
- SPY - C++ Information Broker☆154Updated 3 weeks ago
- value types for composite class design - with allocators☆49Updated this week
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆157Updated last month
- C++20 Unit-Testing library☆47Updated this week
- ☆49Updated 7 months ago
- C++20 Compact Tuple Tools☆49Updated last week
- KISS C++20 Type Reflection using IFC files☆68Updated 10 months ago
- C++ Better Futures☆44Updated 2 years ago
- A modern and (mostly) macro free mocking-framework☆32Updated last week
- Compact SVO optimized vector for C++17 or higher☆102Updated 11 months ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆64Updated this week
- A parallel pipeline for stream processing☆63Updated 2 years ago
- ☆100Updated 11 months ago
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆88Updated 2 weeks ago
- Lightweight header-only C++20 enum and typename reflection☆54Updated 2 months ago
- Polymorphic memory resource for real-time applications.☆67Updated last year
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆77Updated last year
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆52Updated 5 months ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- variadic pointers and references