mrdocs::TParamCommonBase
CRTP base that fixes the parameter kind.
Synopsis
Declared in <mrdocs/Metadata/TParam/TParamBase.hpp>
template<TParamKind K>
struct TParamCommonBase
: TParam
Static Member Functions
Name |
Description |
True if the parameter is a non‐type parameter. |
|
True if the parameter is a template template parameter. |
|
True if the parameter is a type parameter. |
Data Members
Name |
Description |
The default template argument, if any |
|
Whether this template parameter is a parameter pack |
|
The kind of template parameter this is |
|
The template parameters name, if any |
Protected Member Functions
Name |
Description |
|
Construct with the fixed kind. |
Friends
Name |
Description |
|
|
|
Derived Classes
Name |
Description |
A constant template parameter |
|
Template template parameter. |
|
Type template parameter. |
Created with MrDocs