Function call operators
Declared in <bslh_hash.h>
Return a hash value for the specified value.
std::size_t
operator()(TYPE const& value) const;
» more...
Return a hash value for the specified key.
template<class TYPE>
bslh::Hash<bslh::DefaultHashAlgorithm>::result_type
operator()(TYPE const& key) const;
» more...
valuekey, cast to size_t| Name | Description |
|---|---|
| value | value to hash |
| key | object to hash |