mrdocs::innermostType
Return the innermost type.
Synopses
Declared in <mrdocs/Metadata/Type.hpp>
Return the innermost type.
Polymorphic<Type>&
innermostType(Polymorphic<Type>& TI) noexcept;
Return the innermost type.
Polymorphic<Type> const&
innermostType(Polymorphic<Type> const& TI) noexcept;
Created with MrDocs