std::type_index::type_index
来自cppreference.com
< cpp | types | type index
工具库
std::type_index
| 成员函数 | ||||
|
type_index::type_index
(C++11)
|
||||
|
(C++11)(C++11)(C++20
前)(C++11)(C++11)(C++11)(C++11)(C++20)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
| 辅助类 | ||||
|
(C++11)
|
|
type_index(
const
std::type_info&
info )
noexcept;
|
(C++11 起) | |
从 std::type_info 对象构造 type_index。
参数
| info | - | type_info 对象 |
示例
| 本节未完成 原因:暂无示例 |