|
Panzer Version of the Day
|
A hash functor for std::pair, combining the hashes of both elements via hash_combine(). Useful as the Hash template argument of an unordered container keyed on std::pair. More...
#include <Panzer_HashUtils.hpp>
Public Member Functions | |
| template<typename T1 , typename T2 > | |
| std::size_t | operator() (const std::pair< T1, T2 > &v) const |
A hash functor for std::pair, combining the hashes of both elements via hash_combine(). Useful as the Hash template argument of an unordered container keyed on std::pair.
Definition at line 54 of file Panzer_HashUtils.hpp.
|
inline |
Definition at line 57 of file Panzer_HashUtils.hpp.