[#BloombergLP-bdlb-TransparentLess] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::TransparentLess :relfileprefix: ../../ :mrdocs: This `struct` defines an ordering on objects of different types, enabling them for use for heterogeneous comparison in the standard associative containers such as `bsl::map` and `bsl::set`. Note that this class is an empty POD type. == Synopsis Declared in `<bdlb_transparentless.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TransparentLess; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/TransparentLess/is_transparent.adoc[`is_transparent`] | Type alias indicating this is a transparent comparator. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/TransparentLess/operator_call.adoc[`operator()`] | Return `true` if the specified `lhs` is less than the specified `rhs` and `false` otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#