LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
hash.hpp File Reference
#include <functional>
#include <type_traits>
#include <utility>
Include dependency graph for hash.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  lbann::enum_hash< T >
 Hash function for enumeration type. More...
 
struct  lbann::pair_hash< T1, T2, Hash1, Hash2 >
 Hash function for std::pair. More...
 

Namespaces

 lbann
 

Functions

template<class T , class Hash = std::hash<T>>
std::size_t lbann::hash_combine (std::size_t seed, const T &val)
 Combine two hash values. More...