BloombergLP::bdlb::BitStringImpUtil::xorEqWord

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

Synopsis

Declared in <bdlb_bitstringimputil.h>

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

Parameters

NameDescription
dstValuedestination word to modify
srcValuesource word to XOR