MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ short_type_name()

template<typename T >
constexpr std::string_view MayaFlux::Reflect::short_type_name ( )
constexprnoexcept

Returns the unqualified compile-time type name of T.

Strips all namespace prefixes. Equivalent to the old live_type_name<T>() in LiveArena.hpp, which can now delegate here.

Template Parameters
TAny type.
Returns
e.g. "Phasor" for "MayaFlux::Nodes::Phasor".

Definition at line 60 of file TypeInfo.hpp.

61{
62 return detail::strip_namespaces(type_name<T>());
63}

References MayaFlux::Reflect::detail::strip_namespaces().

+ Here is the call graph for this function: