|
DAWorkbench 0.0.1
DAWorkbench API
|
Hash function for std::pair to be used in unordered containers 更多...
#include <da_hash_table.hpp>
Public 成员函数 | |
| template<class T1 , class T2 > | |
| std::size_t | operator() (const std::pair< T1, T2 > &p) const noexcept |
| Hash function for std::pair to be used in unordered containers | |
Hash function for std::pair to be used in unordered containers
|
noexcept |
Hash function for std::pair to be used in unordered containers
| T1 | 第一个元素的类型 |
| T2 | 第二个元素的类型 |
| p | 要哈希的pair |