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
Name |
Description |
arg |
argument forwarded to the hash functor |
Created with MrDocs