BloombergLP::bdlb::TransparentHash::operator()

Return a hash code generated from the contents of the specified value.

Synopsis

Declared in <bdlb_transparenthash.h>

template<class TYPE>
std::size_t
operator()(TYPE const& value) const;

Return Value

hash code generated from the contents of value

Parameters

NameDescription
valueobject whose contents are hashed