std::experimental::reflect::Operator
来自cppreference.com
< cpp | experimental | reflect
反射扩展
概念 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
元对象操作 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
在标头 <experimental/reflect> 定义 | ||
template< class T > concept Operator = Function<T> && /* 见下文 */; | (反射 TS) | |
当且仅当 T 反射运算符函数或转换函数时,满足 Operator
概念。(注意:满足 Operator
的某些类型也满足 MemberFunction
或 SpecialMemberFunction
)。
示例
本节未完成 原因:examples |
参阅
本节未完成 原因:templatization |