std::hash<std::type_index>
Defined in header <typeindex> | | |
|---|---|---|
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。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

