veselink1 / refl-cppLinks
Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).
☆1,199Updated 3 years ago
Alternatives and similar repositories for refl-cpp
Users that are interested in refl-cpp are comparing it to the libraries listed below
Sorting:
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,162Updated 3 weeks ago
- Your binary serialization library☆1,213Updated 3 months ago
- A lightweight C++20 serialization and RPC library☆903Updated 4 months ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,277Updated last year
- Header-only, non-intrusive and macro-free runtime reflection system in C++☆648Updated 8 months ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,455Updated this week
- A miniature library for struct-field reflection in C++☆634Updated 2 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆1,011Updated 3 weeks ago
- A C++17 cross-platform implementation for UUIDs☆865Updated last year
- C++20 coroutine library☆898Updated 2 weeks ago
- Simple, portable, and self-contained stacktrace library for C++11 and newer☆1,310Updated 2 weeks ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,651Updated last year
- A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, Avro, BSON, Cap'n Proto, CBOR, CS…☆1,676Updated last week
- Freestanding fast input/output for C++20☆829Updated this week
- Async++ concurrency framework for C++11☆1,412Updated last year
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,586Updated 7 months ago
- C++11/14/17 std::expected with functional-style extensions☆1,793Updated 4 months ago
- Yet Another Serialization☆770Updated 10 months ago
- scanf for modern C++☆1,295Updated 2 months ago
- C++ reflection library with Lua binding, and JSON and XML serialisation.☆663Updated 3 years ago
- A library of C++ coroutine abstractions for the coroutines TS☆429Updated last month
- A simple C++14 signal-slots implementation☆864Updated 5 months ago
- C++20 Static Reflection library☆488Updated 3 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆596Updated 5 months ago
- C++17 Run-time Polymorphism (Type Erasure) library☆494Updated 9 months ago
- C++20 μ(micro)/Unit Testing framework☆1,401Updated 2 weeks ago
- A modern, fast, lightweight thread pool library based on C++2x