A basic hasher that computes a hash value using boost::hash.
More...
#include <hash.h>
List of all members.
Public Types |
typedef std::size_t | value_type |
Public Member Functions |
| basic_hasher (std::size_t seed) |
template<typename T > |
std::size_t | operator() (const T &x) const |
Private Attributes |
std::size_t | seed_ |
Detailed Description
A basic hasher that computes a hash value using boost::hash.
Definition at line 33 of file hash.h.
The documentation for this class was generated from the following file: