clang::mrdocs::ConstexprKind

constexpr/consteval specifier kinds

Synopsis

Declared in <mrdocs/Metadata/Specifiers.hpp>
enum class ConstexprKind : int;


Members

Name Description
None No constexpr or consteval specifier
Constexpr The constexpr specifier
Consteval The consteval specifier only valid for functions

Description

[dcl.spec.general] p2: At most one of the constexpr, consteval, and constinit keywords shall appear in a decl-specifier-seq

Created with MrDocs