mrdocs::NamedType
A type identified by name (possibly fundamental).
Synopsis
Declared in <mrdocs/Metadata/Type/NamedType.hpp>
struct NamedType final
: TypeCommonBase<TypeKind::Named>
Data Members
Name |
Description |
Fundamental kind if this named type is a built‐in. |
|
The name of the type (identifier or specialization). |
Non-Member Functions
Name |
Description |
Return the inner type. |
|
Return the inner type. |
|
Return the inner type. |
|
Return the inner type. |
|
Render a type to a human‐readable string. |
Created with MrDocs