mrdocs::unqualifiedRuntimeTypeName
The unqualified runtime name of a type T.
Synopsis
Declared in <mrdocs/Support/Demangle.hpp>
template<typename T>
std::string
unqualifiedRuntimeTypeName();
Return Value
The demangled name of T, innermost component only.
Created with MrDocs