Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
The main features of neargye/nameof are: General Utilities, Reflection, Reflection and Serialization, Reflection Frameworks, Scripting and Reflection.
Open-source alternatives to neargye/nameof include: skypjack/meta — Header-only, non-intrusive and macro-free runtime reflection system in C++. rttrorg/rttr — C++ Reflection Library. billyquith/ponder — C++ reflection library with Lua binding, and JSON and XML serialisation. aantron/better-enums — C++ compile-time enum to string, iteration, in a single header file. celtoys/clreflect — C++ Reflection using clang. cpgf/cpgf — cpgf library.
Header-only, non-intrusive and macro-free runtime reflection system in C++
C++ reflection library with Lua binding, and JSON and XML serialisation.
C++ compile-time enum to string, iteration, in a single header file