[#BloombergLP-bslstl-HashTable_ComparatorWrapper-0d-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTable_ComparatorWrapper-0d.adoc[HashTable_ComparatorWrapper<FUNCTOR const>]::operator() :relfileprefix: ../../../ :mrdocs: Call the wrapped `functor` with the specified `arg1` and `arg2` (in that order) and return the result. Note that `ARGn_TYPE` will typically be deduced as a `const` type. == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class ARG1_TYPE, class ARG2_TYPE> bool operator()( ARG1_TYPE& arg1, ARG2_TYPE& arg2) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#