Swap the functors wrapped by a and b.
Declared in <bslstl_hashtable.h>
template<class FUNCTOR>
void
swap(
HashTable_HashWrapper<FUNCTOR>& a,
HashTable_HashWrapper<FUNCTOR>& b);
Swap the functor wrapped by the specified a object with the functor wrapped by the specified b object.
| Name | Description |
|---|---|
| a | first hash wrapper to swap |
| b | second hash wrapper to swap |