Hashing function to store a block's (x, z) position.
More...
#include <hash.h>
|
template<class T1 , class T2 > |
std::size_t | operator() (const std::pair< T1, T2 > &p) const |
| Hash function for a pair.
|
|
Hashing function to store a block's (x, z) position.
◆ operator()()
template<class T1 , class T2 >
std::size_t mazes::pair_hash::operator() |
( |
const std::pair< T1, T2 > & | p | ) |
const |
|
inline |
Hash function for a pair.
- Template Parameters
-
- Parameters
-
- Returns
- the hash value
The documentation for this class was generated from the following file: