[#BloombergLP-bdlb-CaselessStringViewLess-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CaselessStringViewLess.adoc[CaselessStringViewLess]::operator() :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `lhs` is lexicographically ordered before the specified `rhs`, and `false` otherwise. == Synopsis Declared in `<bdlb_caselessstringviewless.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator()( std::string_view lhs, std::string_view rhs) const; ---- == Return Value `true` if `lhs` is lexicographically less than `rhs` ignoring case, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand string view to compare | *rhs* | right‐hand string view to compare |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#