clang::mrdocs::innerType

Return the inner type.

Synopses

Declared in <mrdocs/Metadata/Type.hpp>
Return the inner type.
std::optional<std::reference_wrapper<Polymorphic<TypeInfo>>>
innerType(TypeInfo& TI) noexcept;


» more... Return the inner type.
std::optional<std::reference_wrapper<Polymorphic<TypeInfo> const>>
innerType(TypeInfo const& TI) noexcept;


» more...

Created with MrDocs