BloombergLP::bdlb::BitStringImpUtil::minusEqWord

Assign to *dstValue the value of *dstValue bitwise AND-ed with the complement of srcValue.

Synopsis

Declared in <bdlb_bitstringimputil.h>

static
void
minusEqWord(
    uint64_t* dstValue,
    uint64_t srcValue);

Parameters

NameDescription
dstValuedestination word to modify
srcValuesource word whose complement is AND-ed