#include <parametrizations.h>
Hash a pair of integers.
Note that symmetric pairs and permutations yield identical hashes with this implementation.
Definition at line 531 of file parametrizations.h.
Public Member Functions | |
std::size_t | operator() (const std::pair< uint64_t, uint64_t > &p) const |
Hashing is done by this operator. More... | |
|
inline |