|
BDE 4.39.x Production Release
|
#include <bslstl_list.h>
Binary predicate type for comparing two VALUE objects using operator<. This operation is usually, but not always, the same as that provided by std::less<VALUE>. The standard requires that certain functions use operator<, which means that divergent specializations of std::less are to be ignored.
See bslstl_list
Public Member Functions | |
| bool | operator() (const VALUE &lhs, const VALUE &rhs) const |
|
inline |
Return true if the value of the specified lhs is less than that of the specified rhs, and false otherwise.