BPHash
General object hashing library for C++
|
Hashing of std::string. More...
#include "bphash/types/ContainerHelper.hpp"
Go to the source code of this file.
Namespaces | |
bphash | |
Functions | |
template<typename charT , typename Traits , typename Alloc > | |
std::enable_if< is_hashable< charT >::value, void >::type | bphash::hash_object (const std::basic_string< charT, Traits, Alloc > &s, Hasher &h) |
Hashing of std::string. More... | |
Hashing of std::string.
Definition in file string.hpp.