Maze Builder Docs 6.0.1
Loading...
Searching...
No Matches
mazes::pair_hash Class Reference

Hashing function to store a block's (x, z) position. More...

#include <hash.h>

Public Member Functions

template<class T1 , class T2 >
std::size_t operator() (const std::pair< T1, T2 > &p) const
 Hash function for a pair.
 

Detailed Description

Hashing function to store a block's (x, z) position.

Member Function Documentation

◆ 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
T1
T2
Parameters
p
Returns
the hash value

The documentation for this class was generated from the following file: