BPHash
General object hashing library for C++
Namespaces | Functions
vector.hpp File Reference

Hashing of std::vector. More...

#include "bphash/Hasher.hpp"
#include "bphash/types/ContainerHelper.hpp"
#include <vector>
Include dependency graph for vector.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Hashing of std::vector.

Definition in file vector.hpp.