std::experimental::reflect::Function
From cppreference.com
< cpp | experimental | reflect
| ヘッダ <experimental/reflect> で定義 |
||
| template< class T > concept Function = Callable<T> && Typed<T> && /* 下記参照 */; |
(reflection TS) | |
Functionコンセプトは、Tがコンストラクタとデストラクタを除いた関数を反映している場合にのみ満たされます。
[編集] 例
| このセクションは未完成です 理由: 例 |
[編集] 関連項目
| このセクションは未完成です 理由: テンプレート化 |