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

Hashing of std::string. More...

#include "bphash/types/ContainerHelper.hpp"
Include dependency graph for string.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 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...
 

Detailed Description

Hashing of std::string.

Definition in file string.hpp.