BloombergLP::bdld::operator>

Greater-than operators

Synopses

Declared in <bdld_datumbinaryref.h>

Return true if the specified lhs compares larger than the specified rhs, and false otherwise.

bool
operator>(
    DatumBinaryRef const& lhs,
    DatumBinaryRef const& rhs);
» more...

Return true if value of the specified lhs is greater than value of the specified rhs and false otherwise.

bool
operator>(
    DatumError const& lhs,
    DatumError const& rhs);
» more...

Return true if value of the specified lhs is greater than value of the specified rhs and false otherwise.

bool
operator>(
    DatumUdt const& lhs,
    DatumUdt const& rhs);
» more...

Return Value

  • true if lhs compares larger than rhs, and false otherwise
  • true if lhs is greater than rhs, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand