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