Hash function for std::pair.
More...
#include <hash.hpp>
|
| std::size_t | operator() (const std::pair< T1, T2 > &val) const |
| |
template<class T1, class T2, class Hash1 = std::hash<T1>, class Hash2 = std::hash<T2>>
struct lbann::pair_hash< T1, T2, Hash1, Hash2 >
Hash function for std::pair.
Definition at line 75 of file hash.hpp.
◆ operator()()
template<class T1, class T2, class Hash1 = std::hash<T1>, class Hash2 = std::hash<T2>>
| std::size_t lbann::pair_hash< T1, T2, Hash1, Hash2 >::operator() |
( |
const std::pair< T1, T2 > & |
val | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: