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").

Return Value

the inner type.

Parameters

Name

Description

TI

A possibly qualified type.

Created with MrDocs