std::type_index::hash_code
性病::类型[医]索引::散列[医]代码
size_t hash_code() const; | | (since C++11) |
---|
返回关联的散列代码。std::type_info
对象。相当于呼叫type_info::hash_code
直接。
参数
%280%29
返回值
关联的散列代码。type_info
对象。
例外
(none) | (until C++14) |
---|---|
noexcept specification: noexcept | (since C++14) |
例
另见
std::hash | hash support for std::type_index (class template specialization) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。