4.6.0
Freundlich's C++ toolkit
|
Hashes a range.
This is a naive implementation for hashing a range that combines individual hashes of the elements in the range.
Type | Must be supported by std::hash. |
Public Member Functions | |
std::size_t | operator() (Type const &) const |
std::size_t fcppt::range::hash< Type >::operator() | ( | Type const & | ) | const |