keyComparator overloads
Synopses
Declared in <bslstl_setcomparator.h>
Return a reference providing modifiable access to the function pointer or functor to which this comparator delegates comparison operations.
COMPARATOR&
keyComparator();
Return a reference providing non‐modifiable access to the function pointer or functor to which this comparator delegates comparison operations.
COMPARATOR const&
keyComparator() const;
Return Value
-
modifiable reference to the delegated comparator
-
non‐modifiable reference to the delegated comparator
Created with MrDocs