Compute a hash value for a pair.
More...
#include <common/HashTool.hpp>
|
size_t | operator() (const pair< T1, T2 > &pair) const noexcept |
| Compute a hash value for a pair. More...
|
|
template<typename T1, typename T2>
struct std::hash< pair< T1, T2 > >
Compute a hash value for a pair.
- Template Parameters
-
T1 | The type of the first value |
T2 | The type of the second value |
◆ operator()()
template<typename T1 , typename T2 >
size_t std::hash< pair< T1, T2 > >::operator() |
( |
const pair< T1, T2 > & |
pair | ) |
const |
|
inlinenoexcept |
Compute a hash value for a pair.
- Parameters
-
- Returns
- The hash value
The documentation for this struct was generated from the following file: