BloombergLP::bslstl::HashTable_ComparatorWrapper::swap

Exchange the wrapped comparator with that of other.

Synopsis

Declared in <bslstl_hashtable.h>

void
swap(HashTable_ComparatorWrapper& other);

Description

Exchange the value of this object with the specified other object.

Parameters

NameDescription
othercomparator wrapper to swap with this object