Return true if lhs is ordered before rhs.
Declared in <bdlmt_signaler.h>
bool
operator<(
SignalerConnection const& lhs,
SignalerConnection const& rhs);
Return true if the specified lhs is less than the specified rhs and false otherwise.
true if lhs is ordered before rhs, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side connection |
| rhs | right-hand-side connection |