Aikido
|
Implements a hash function for pairs of std::hash-able types. More...
#include <aikido/common/pair.hpp>
Public Member Functions | |
template<typename T1 , typename T2 > | |
std::size_t | operator() (const std::pair< T1, T2 > &pair) const |
Compute a hash for a pair of hashable types. More... | |
Implements a hash function for pairs of std::hash-able types.
std::size_t aikido::common::PairHash::operator() | ( | const std::pair< T1, T2 > & | pair | ) | const |
Compute a hash for a pair of hashable types.
[in] | pair | Pair to hash |