[#BloombergLP-bdlb-BitStringImpUtil-minusEqWord] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BitStringImpUtil.adoc[BitStringImpUtil]::minusEqWord :relfileprefix: ../../../ :mrdocs: Assign to `*dstValue` the value of `*dstValue` bitwise AND‐ed with the complement of `srcValue`. == Synopsis Declared in `<bdlb_bitstringimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void minusEqWord( uint64_t* dstValue, uint64_t srcValue); ---- == Parameters [cols="1,4"] |=== | Name| Description | *dstValue* | destination word to modify | *srcValue* | source word whose complement is AND‐ed |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#