Transparent less‐than functor for heterogeneous comparison.
Synopsis
Declared in <bdlb_transparentless.h>
struct TransparentLess;
Description
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.
Type Aliases
Name |
Description |
Type alias indicating this is a transparent comparator. |
Member Functions
Name |
Description |
Return |
Created with MrDocs