Return true if lhs is less than rhs, and false otherwise.
Synopsis
Declared in <bslstl_list.h>
bool
operator()(
VALUE const& lhs,
VALUE const& rhs) const;
Return Value
true if lhs is less than rhs
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs