Description
C++ code can obtain names of variables, types, functions, macros, and enums without hand-written string duplication. It is useful for diagnostics, logging, serialization helpers, and metaprogramming-style utilities.
This is a developer library, not a standalone app. Generated names should still be tested across compilers and build configurations.