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