Compute and return the hash of the specified value. This implementation forwards to the call operator of the base class, but with the parameter guaranteed to be of type TYPE.
value
TYPE
Declared in <bslstl_hash.h>
<bslstl_hash.h>
std::size_t operator()(TYPE const& value) const;