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;
Created with MrDocs