BloombergLP::bdld::operator<=

Return true if the specified lhs compares smaller than or equal to the specified rhs, and false otherwise.

Synopsis

Declared in <bdld_datumbinaryref.h>

bool
operator<=(
    DatumBinaryRef const& lhs,
    DatumBinaryRef const& rhs);

Description

A byte comparision is performed using memcpy.

Return Value

true if lhs compares smaller than or equal to rhs, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand