Struct pair_hash

Struct Documentation

struct pair_hash

Hash function for std::pair.

Public Functions

template<class T1, class T2>
inline std::size_t operator()(const std::pair<T1, T2> &pair) const

Compute the hash value.