mrdocs::NamedType

A type identified by name (possibly fundamental).

Synopsis

Base Classes

Name

Description

TypeCommonBase<TypeKind::Named>

CRTP base that ties a concrete type to a fixed TypeKind.

Data Members

Name

Description

FundamentalType

Fundamental kind if this named type is a built‐in.

Name

The name of the type (identifier or specialization).

Static Data Members

Name

kind_id

Non-Member Functions

Name

Description

innerType

Return the inner type.

innerType

Return the inner type.

innerTypePtr

Return the inner type.

innerTypePtr

Return the inner type.

toString

Render a type to a human‐readable string.

Created with MrDocs