bsl::List_DefaultLessThan::operator()

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

NameDescription
lhsleft-hand operand
rhsright-hand operand