Get the unqualified name of a type.
Declared in <mrdocs/Support/MapReflectedType.hpp>
template<typename T>
constexpr
std::string_view
readableTypeName();
Extracts the name from PRETTY_FUNCTION (Clang/GCC) or FUNCSIG (MSVC).
E.g.: readableTypeName<mrdocs::FunctionSymbol>() -> "FunctionSymbol".
the unqualified name of a type.