Template template parameter.
Synopsis
Declared in <mrdocs/Metadata/TParam/TemplateTParam.hpp>
struct TemplateTParam final
: TParamCommonBase<TParamKind::Template>
Base Classes
Name |
Description |
CRTP base that fixes the parameter kind. |
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 |
Template parameters for the template‐template parameter |
Static Data Members
Name |
Description |
Static discriminator for the concrete parameter. |
Created with MrDocs