Return whether lhs is ordered before rhs.
Synopsis
Declared in <bdlb_nullablevalueref.h>
template<
class LHS_TYPE,
class RHS_TYPE>
bool
operator<(
LHS_TYPE const& lhs,
ConstNullableValueRef<RHS_TYPE> const& rhs);
Description
Return true if the specified lhs is ordered before the specified rhs nullable wrappers, and false otherwise. lhs is ordered before rhs if rhs is not null and lhs is ordered before rhs.value().
Return Value
true if the specified lhs is ordered before the specified rhs nullable wrappers, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs