Swap the functor wrapped by the specified lhs object with the functor wrapped by the specified rhs object.

Synopsis

Declared in <bslstl_hashtable.h>

template<class FUNCTOR>
void
swap(
    HashTable_ComparatorWrapper<FUNCTOR>& lhs,
    HashTable_ComparatorWrapper<FUNCTOR>& rhs);

Created with MrDocs