Namespaces
Variants

std::experimental::reflect:: Expression

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 Expression = Object < T > && /* 见下文 */ ;
(反射 TS)

当且仅当 T 反映一个表达式时,满足 Expression 概念。

示例

另请参阅