BloombergLP::bslstl::HashTable_HashWrapper::operator()

Call the wrapped hash functor with arg.

Synopsis

Declared in <bslstl_hashtable.h>

template<class ARG_TYPE>
std::size_t
operator()(ARG_TYPE& arg) const;

Description

Call the wrapped functor with the specified arg and return the result. Note that ARG_TYPE will typically be deduced as a const type.

Return Value

result of calling the wrapped hash functor with arg

Parameters

NameDescription
argargument forwarded to the hash functor