mrdocs::TArgCommonBase
CRTP base that fixes the argument kind.
Synopsis
Declared in <mrdocs/Metadata/TArg/TArgBase.hpp>
Static Member Functions
Name |
Description |
Test whether the kind is a non‐type constant argument. |
|
Test whether the kind is a template argument. |
|
Test whether the kind is a type argument. |
Data Members
Name |
Description |
Whether this template argument is a parameter expansion. |
|
The kind of template argument this is. |
Protected Member Functions
Name |
Description |
|
Construct with the fixed kind. |
Friends
Name |
Description |
|
|
|
Non-Member Functions
Name |
Description |
Convert a template argument to a human‐readable string. |
Derived Classes
Name |
Description |
Non‐type template argument. |
|
Template template argument. |
|
Type template argument. |
Created with MrDocs