std::hash<std::type_index>
来自 cppreference.com
< cpp | types | type index
定义在头文件 <typeindex> 中 |
||
template<> struct hash<std::type_index>; |
(自 C++11 起) | |
针对 std::type_index 的 std::hash 模板特化允许用户获取 std::type_index 类型对象的哈希值。
成员 operator() 实际上返回与 hash_code() 相同的值。
[edit] 另请参阅
返回哈希码 (公有成员函数) |