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