[#bsl-List_DefaultLessThan-operator_call] = xref:bsl.adoc[bsl]::xref:bsl/List_DefaultLessThan.adoc[List_DefaultLessThan]::operator() :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator()( VALUE const& lhs, VALUE const& rhs) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#