A constant template parameter
Synopsis
Declared in <mrdocs/Metadata/TParam/ConstantTParam.hpp>
struct ConstantTParam final
: TParamCommonBase<TParamKind::Constant>
Base Classes
Name |
Description |
Member Functions
Name |
Description |
Three‐way comparison operators |
Static Member Functions
Name |
Data Members
Name |
Description |
Type of the non‐type template parameter |
Static Data Members
Name |
Description
Before C++26, constant template parameters were called non‐type template parameter in the standard wording. The terminology was changed by P2841R6 / PR#7587.
Created with MrDocs