|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inlinenoexcept |
Returns the demangled fully qualified dynamic type name of obj.
Allocates once per call via abi::__cxa_demangle on GCC/Clang. On MSVC typeid().name() is already human-readable. Intended for display and introspection paths, not hot loops.
| obj | Any polymorphic object. |
Definition at line 75 of file TypeInfo.hpp.
Referenced by short_dynamic_type_name().
Here is the caller graph for this function: