Return a hash code generated from the contents of the specified value.
Declared in <bdlb_transparenthash.h>
template<class TYPE>
std::size_t
operator()(TYPE const& value) const;
hash code generated from the contents of value
| Name | Description |
|---|---|
| value | object whose contents are hashed |