<mrdocs/Metadata/Template.hpp>
template<TParamKind K>
struct TParamCommonBase
: TParam
Name | Description |
---|---|
TParam |
Name | Description |
---|---|
isNonType | |
isTemplate | |
isType | |
operator<=> | Three-way comparison operators |
Name |
---|
isNonType |
isTemplate |
isType |
Name | Description |
---|---|
Default | The default template argument, if any |
IsParameterPack | Whether this template parameter is a parameter pack |
Kind | The kind of template parameter this is |
Name | The template parameters name, if any |
Name |
---|
kind_id |
Name | Description |
---|---|
TParamCommonBase [constructor] | Default constructor |
Name | Description |
---|---|
NonTypeTParam
| |
TemplateTParam
| |
TypeTParam
|