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