Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
Header-only, non-intrusive and macro-free runtime reflection system in C++
C++ reflection library with Lua binding, and JSON and XML serialisation.
C++ Reflection Parser / Runtime Skeleton
C++ Reflection Library
The main features of rttrorg/rttr are: Reflection, Reflection Frameworks, Scripting and Reflection.
Open-source alternatives to rttrorg/rttr include: 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. billyquith/ponder — C++ reflection library with Lua binding, and JSON and XML serialisation. cpgf/cpgf — cpgf library. austinbrunkhorst/cpp-reflection — C++ Reflection Parser / Runtime Skeleton. aantron/better-enums — C++ compile-time enum to string, iteration, in a single header file.