|
spot 2.16
|
Hash functor for std::pair combining hashes of both elements. More...
#include <spot/misc/hash.hh>
Public Member Functions | |
| template<typename T , typename U > | |
| std::size_t | operator() (const std::pair< T, U > &p) const noexcept |
| Hash a pair by combining hashes of both elements. | |
Hash functor for std::pair combining hashes of both elements.
|
inlinenoexcept |
Hash a pair by combining hashes of both elements.
References spot::U, and spot::wang32_hash().
1.9.8