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

Name

Description

other

comparator wrapper to swap with this object

Created with MrDocs