diff --git a/hash/doc/ref.xml b/hash/doc/ref.xml index 7230ee8..71687b8 100644 --- a/hash/doc/ref.xml +++ b/hash/doc/ref.xml @@ -641,6 +641,14 @@ for(; first != last; ++first) std::multimap<K, T, C, A> const& + + + std::size_t + std::complex<T> const& + + Generally shouldn't be called directly by users, instead they should use boost::hash, boost::hash_range @@ -713,6 +721,12 @@ for(; first != last; ++first) hash_combine(seed, val.second); return seed; + + + std::complex<val[N]> + + For built in types when val.imag() == 0, hash_value(val.real()) +