Declared in <bslstl_setcomparator.h>
template<
class KEY,
class COMPARATOR>
class SetComparator;
| Name | Description |
|---|---|
NodeType | This alias represents the type of node holding a KEY object. |
| Name | Description |
|---|---|
SetComparator [constructor] | Constructors |
keyComparator | keyComparator overloads |
operator() | Function call operators |
swap | Efficiently exchange the value of this object with the value of the specified other object. This method provides the no-throw exception-safety guarantee. |
| Name | Description |
|---|---|
swap | Efficiently exchange the values of the specified a and b objects. This function provides the no-throw exception-safety guarantee. |