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

Name

Description

value

object whose contents are hashed

Created with MrDocs