bsl::List_DefaultLessThan::operator()

Return true if the value of the specified lhs is less than that of the specified rhs, and false otherwise.

Synopsis

Declared in <bslstl_list.h>

bool
operator()(
    VALUE const& lhs,
    VALUE const& rhs) const;