Return true if the specified lhs compares larger than or equal to the specified rhs, and false otherwise. A byte comparision is performed using memcpy.

Synopsis

Declared in <bdld_datumbinaryref.h>

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

Created with MrDocs