[#bsl-List_DefaultLessThan-operator_call] = xref:bsl.adoc[bsl]::xref:bsl/List_DefaultLessThan.adoc[List_DefaultLessThan]::operator() :relfileprefix: ../../ :mrdocs: Return `true` if `lhs` is less than `rhs`, and `false` otherwise. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator()( VALUE const& lhs, VALUE const& rhs) const; ---- == Return Value `true` if `lhs` is less than `rhs` == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#