mrdocs::innerTypePtr

Return the inner type.

Synopsis

Declared in <mrdocs/Metadata/Type.hpp>

Type*
innerTypePtr(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