Namespaces
Variants

std::experimental::reflect:: Lambda

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 Lambda = Type < T > && Scope < T > && /* 见下文 */ ;
(reflection TS)

当且仅当 T 反映闭包对象(不包括泛型 lambda)时,满足 Lambda 概念。

示例

参见