BPHash
General object hashing library for C++
|
Hashing of std::list. More...
Go to the source code of this file.
Namespaces | |
bphash | |
Functions | |
template<typename T , typename Alloc > | |
std::enable_if< is_hashable< T >::value, void >::type | bphash::hash_object (const std::list< T, Alloc > &a, Hasher &h) |
Hashing of std::list. More... | |
Hashing of std::list.
Definition in file list.hpp.