#include <hash_utility.h>
|
| hash ()=default |
|
std::size_t | operator() (const std::pair< X, Y > &p) const |
|
template<class X, class Y>
struct std::hash< std::pair< X, Y > >
Definition at line 91 of file hash_utility.h.
◆ hash()
template<class X , class Y >
std::hash< std::pair< X, Y > >::hash |
( |
| ) |
|
|
default |
◆ operator()()
template<class X , class Y >
std::size_t std::hash< std::pair< X, Y > >::operator() |
( |
const std::pair< X, Y > & |
p | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: