enum class ConstexprSpecKind
Description
Define the kind of constexpr specifier.
Declared at: clang/include/clang/Basic/Specifiers.h:32
Enumerators
Name | Value | Comment |
---|---|---|
Unspecified | 0 | |
Constexpr | 1 | |
Consteval | 2 | |
Constinit | 3 |
Define the kind of constexpr specifier.
Declared at: clang/include/clang/Basic/Specifiers.h:32
Name | Value | Comment |
---|---|---|
Unspecified | 0 | |
Constexpr | 1 | |
Consteval | 2 | |
Constinit | 3 |