Pyrogenesis  trunk
Functions
hash.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
void hash_combine (std::size_t &seed, const T &val)
 This function is the same as hash_combine, i.e. More...
 

Function Documentation

◆ hash_combine()

template<typename T >
void hash_combine ( std::size_t &  seed,
const T val 
)

This function is the same as hash_combine, i.e.

allows dropping the boost dependency just for this function.