LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
lbann::pair_hash< T1, T2, Hash1, Hash2 > Struct Template Reference

Hash function for std::pair. More...

#include <hash.hpp>

Public Member Functions

std::size_t operator() (const std::pair< T1, T2 > &val) const
 

Detailed Description

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.

Member Function Documentation

◆ 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

Definition at line 77 of file hash.hpp.


The documentation for this struct was generated from the following file: