Swap the functor wrapped by the specified a object with the functor wrapped by the specified b object.
Declared in <bslstl_hashtable.h>
template<class FUNCTOR>
void
swap(
HashTable_HashWrapper<FUNCTOR>& a,
HashTable_HashWrapper<FUNCTOR>& b);