std::experimental::reflect::Constant
来自 cppreference.com
< cpp | experimental | reflect
在头文件 <experimental/reflect> 中定义 |
||
template< class T > concept Constant = ScopeMember<T> && Typed<T> && /* 见下文 */; |
(反射 TS) | |
当且仅当 T
反映一个 常量表达式 时,Constant
概念才被满足。
[编辑] 示例
本节内容不完整 原因:示例 |
[编辑] 另请参阅
本节内容不完整 原因:模板化 |