Efficiently exchange the values of the specified a and b objects. This function provides the no-throw exception-safety guarantee.
Declared in <bslstl_setcomparator.h>
template<
class KEY,
class COMPARATOR>
void
swap(
SetComparator<KEY, COMPARATOR>& a,
SetComparator<KEY, COMPARATOR>& b);