Assign to *dstValue the value of *dstValue bitwise OR-ed with srcValue.
Declared in <bdlb_bitstringimputil.h>
static
void
orEqWord(
uint64_t* dstValue,
uint64_t srcValue);
| Name | Description |
|---|---|
| dstValue | destination word to modify |
| srcValue | source word to OR |