mrdocs::TParam
Base class for a template parameter declaration.
Synopsis
Declared in <mrdocs/Metadata/TParam/TParamBase.hpp>
struct TParam;
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 |
|
Constructors |
Derived Classes
Name |
Description |
CRTP base that fixes the parameter kind. |
Created with MrDocs