Header-only, non-intrusive and macro-free runtime reflection system in C++
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
C++ Reflection Parser / Runtime Skeleton
C++ compile-time enum to string, iteration, in a single header file
Principalele funcționalități ale aantron/better-enums sunt: Reflection, Reflection and Serialization, Reflection Frameworks.
Alternativele open-source pentru aantron/better-enums includ: skypjack/meta — Header-only, non-intrusive and macro-free runtime reflection system in C++. neargye/nameof — Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum. austinbrunkhorst/cpp-reflection — C++ Reflection Parser / Runtime Skeleton. cpgf/cpgf — cpgf library. fabian-jung/tsmp — TSMP is a static reflection library that is implemented with C++20 and code generation with the help of libclang and… celtoys/clreflect — C++ Reflection using clang.