std::experimental::reflect::FunctionParameter
来自cppreference.com
| 在标头 <experimental/reflect> 定义
|
||
| |
(反射 TS) | |
当且仅当 T 反射函数形参时,满足 FunctionParameter 概念(注意:FunctionParameter 并不满足 Variable,因而并不提供指向形参的指针的接口)。
示例
| 本节未完成 原因:examples |
参阅
| 本节未完成 原因:templatization |