emilib
Public Member Functions | List of all members
std::hash< std::tuple< TT... > > Struct Template Reference

#include <tuple_util.hpp>

Public Member Functions

size_t operator() (std::tuple< TT... > const &tt) const
 

Detailed Description

template<typename ... TT>
struct std::hash< std::tuple< TT... > >

Hashing of tuples. From http://stackoverflow.com/questions/7110301/generic-hash-for-tuples-in-unordered-map-unordered-set


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