mrdocs::Type
A possibly qualified type.
Description
This class represents a type that may have qualifiers (e.g. const, volatile).
This base class is used to store the kind of type. Derived classes are used to store the type information according to the kind.
Member Functions
Name |
Description |
Return the symbol named by this type. |
|
Three‐way comparison operator |
Data Members
Name |
Description |
The constraints associated with the type |
|
The const qualifier |
|
Whether this is the pattern of a pack expansion. |
|
The volatile qualifier |
|
The kind of Type this is |
Non-Member Functions
Name |
Description |
Return the inner type. |
|
Return the inner type. |
|
Return the inner type. |
|
Return the inner type. |
Derived Classes
| Name | Description |
|---|---|
Created with MrDocs