size_t hash_code() const;
|
(C++11 起) | |
返回关联的 std::type_info 对象的 hash_code 。等价于直接调用 type_info::hash_code 。
目录 |
(无)
关联的 type_info 对象的 hash_code 。
(无) | (C++14 前) |
noexcept 规定:
noexcept
|
(C++14 起) |
本节未完成 原因:暂无示例 |
(C++11)
|
std::type_index 的哈希支持 (类模板特化) |