Return true if the specified lhs compares smaller than the specified rhs, and false otherwise.
Declared in <bdld_datumbinaryref.h>
bool
operator<(
DatumBinaryRef const& lhs,
DatumBinaryRef const& rhs);
A byte comparision is performed using memcpy.
true if lhs compares smaller than rhs, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |