mrdocs::ArrayType
C++ array type (bounded or unbounded).
Synopsis
Declared in <mrdocs/Metadata/Type/ArrayType.hpp>
struct ArrayType final
: TypeCommonBase<TypeKind::Array>
Data Members
Name |
Description |
Optional bound; empty means unknown or dependent. |
|
Element type held by the array. |
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