Call the wrapped functor with the specified arg and return the result. Note that ARG_TYPE will typically be deduced as a const type.
Synopsis
Declared in <bslstl_hashtable.h>
template<class ARG_TYPE>
std::size_t
operator()(ARG_TYPE& arg) const;
Created with MrDocs