CMS 3D CMS Logo

Namespaces | Functions
hash_combine.h File Reference
#include <functional>

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 

Functions

template<typename T >
void edm::hash_combine (std::size_t &seed, const T &val)
 
template<typename T , typename... Types>
void edm::hash_combine (std::size_t &seed, const T &val, const Types &... args)
 
template<typename... Types>
std::size_t edm::hash_value (const Types &... args)