Assign to *dstValue the value of srcValue.
Synopsis
Declared in <bdlb_bitstringimputil.h>
static
void
setEqWord(
uint64_t* dstValue,
uint64_t srcValue);
Parameters
Name |
Description |
dstValue |
destination word to modify |
srcValue |
source word to assign |
Created with MrDocs