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