Namespaces
Variants

std::experimental::reflect:: Constant

From cppreference.net
Extensions for reflection
Concepts
Meta-object operations
Variable
FunctionParameter
Callable
Variable and Callable
Namespace and Callable
ParenthesizedExpression
FunctionCallExpression
FunctionalConversion
Variable and Function
ヘッダーで定義 <experimental/reflect>
template < class T >
concept Constant = ScopeMember < T > && Typed < T > && /* 詳細は後述 */ ;
(reflection TS)

Constant コンセプトは、 T 定数式 を反映する場合にのみ満たされます。

関連項目