boost::openmethod::policies::TypeHashFn::hash_range
Return the range of hash values produced by hash.
Synopsis
Declared in <boost/openmethod/preamble.hpp>
static
std::pair<std::size_t, std::size_t>
hash_range();
Description
Only valid after a call to initialize.
Return Value
A pair containing the minimum and maximum hash values.
Created with MrDocs