|
BPHash
General object hashing library for C++
|
Hashing of std::vector. 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::vector< T, Alloc > &v, Hasher &h) |
| Hashing of std::vector. More... | |
| template<typename Alloc > | |
| void | bphash::hash_object (const std::vector< bool, Alloc > &v, Hasher &h) |
| Hashing of std::vector<bool> More... | |
Hashing of std::vector.
Definition in file vector.hpp.
1.8.11