Less‐than operators
Synopses
Declared in <bdld_datumbinaryref.h>
Return true if the specified lhs compares smaller than the specified rhs, and false otherwise.
bool
operator<(
DatumBinaryRef const& lhs,
DatumBinaryRef const& rhs);
Return true if value of the specified lhs is less than value of the specified rhs and false otherwise.
bool
operator<(
DatumError const& lhs,
DatumError const& rhs);
Return true if value of the specified lhs is less than value of the specified rhs and false otherwise.
Return Value
-
trueiflhscompares smaller thanrhs, andfalseotherwise -
trueiflhsis less thanrhs, andfalseotherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs