[#BloombergLP-bdlb-BitStringImpUtil-orEqWord] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BitStringImpUtil.adoc[BitStringImpUtil]::orEqWord :relfileprefix: ../../../ :mrdocs: Assign to the specified `*dstValue` the value of `*dstValue` bitwise OR‐ed with the specified `srcValue`. == Synopsis Declared in `<bdlb_bitstringimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void orEqWord( uint64_t* dstValue, uint64_t srcValue); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#