std::experimental::reflect::Named
来自cppreference.com
< cpp | experimental | reflect
反射扩展
概念 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
元对象操作 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
在标头 <experimental/reflect> 定义 | ||
template< class T > concept Named = Object<T> && /* 见下文 */; | (反射 TS) | |
当且仅当 T 具有关联(可能为空)的名字时,满足 Named
概念。
示例
本节未完成 原因:examples |
参阅
本节未完成 原因:templatization |