From ba4c0abf5dad2a15f47b589834efeefbb055636a Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 6 Jun 2006 21:03:03 +0000 Subject: [PATCH] Add reference for boost::hash_value. [SVN r34209] --- doc/ref.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/ref.xml b/doc/ref.xml index 7230ee8..71687b8 100644 --- a/doc/ref.xml +++ b/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()) +