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