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

Hashing of std::complex. More...

#include "bphash/Hasher.hpp"
#include <complex>
Include dependency graph for complex.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 >
std::enable_if< is_hashable< T >::value, void >::type bphash::hash_object (const std::complex< T > &a, Hasher &h)
 Hashing of std::complex. More...
 

Detailed Description

Hashing of std::complex.

Definition in file complex.hpp.