std::type_index::type_index
< cpp | types | type index
|
type_index( const std::type_info& info ) noexcept;
|
(C++11 起) | |
从 std::type_info 对象构造类型索引。
参数
| info | - | 类型信息对象 |
示例
| 本节未完成 原因:暂无示例 |
|
type_index( const std::type_info& info ) noexcept;
|
(C++11 起) | |
从 std::type_info 对象构造类型索引。
| info | - | 类型信息对象 |
| 本节未完成 原因:暂无示例 |