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