#include <stlutils.h>
|
| template<class T1 , class T2 > |
| std::size_t | operator() (const std::pair< T1, T2 > &pair) const |
| |
◆ operator()()
template<class T1 , class T2 >
| std::size_t inet::pair_hash::operator() |
( |
const std::pair< T1, T2 > & |
pair | ) |
const |
|
inline |
177 return std::hash<T1>()(pair.first) ^ std::hash<T2>()(pair.second);
The documentation for this struct was generated from the following file: