std::hash<std::type_index>
散列<std::类型[医]索引>
Defined in header | | |
---|---|---|
template<> struct hash<type_index>; | | (since C++11) |
模板的专门化std::hash
为std::type_index
允许用户获取类型对象的散列。std::type_index
...
成员operator()
实际上返回与hash_code()
...
另见
hash_code | returns hashed code (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。