mrdocs::innerType
Return the inner type.
Synopsis
Declared in <mrdocs/Metadata/Type.hpp>
Optional<Polymorphic<Type>&>
innerType(Type& TI) noexcept;
Description
The inner type is the type that is modified by a specifier (e.g. "int" in "pointer to int").
Parameters
Name |
Description |
TI |
A possibly qualified type. |
Created with MrDocs