在线文档教程
C++
应用 | Utilities

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 (C++11)hash support for std::type_index (class template specialization)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/type/type[医]索引/散列[医]代码