bsl::hash::operator()

Return a hash value for the specified value.

Synopsis

Declared in <bslstl_hash.h>

std::size_t
operator()(TYPE const& value) const;

Description

This implementation forwards to the call operator of the base class, but with the parameter guaranteed to be of type TYPE.

Return Value

hash value for value

Parameters

NameDescription
valuevalue to hash