How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).
The main features of veselink1/refl-cpp are: Reflection and Serialization.
Projects with overlapping indexed features include: aantron/better-enums — C++ compile-time enum to string, iteration, in a single header file. felixguendling/cista — Cista is a simple, high-performance, zero-copy C++ serialization & reflection library. jermp/essentials — ⚙️🛠️ Essential C++ utilities. neargye/nameof — Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum. nemequ/hedley — A C/C++ header to help move #ifdefs out of your code. nixman/yas — Yet Another Serialization.
Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
C++ compile-time enum to string, iteration, in a single header file