mrdocs::AutoType
Represents auto or decltype(auto) placeholder type.
Synopsis
Declared in <mrdocs/Metadata/Type/AutoType.hpp>
struct AutoType final
: TypeCommonBase<TypeKind::Auto>
Data Members
Name |
Description |
Constraint on the auto type, if any. |
|
Which placeholder keyword appears ( |
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