Return the inner type.

Synopsis

Declared in <mrdocs/Metadata/Type.hpp>

TypeInfo const*
innerTypePtr(TypeInfo const& TI) noexcept;

Description

The inner type is the type which 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