[#BloombergLP-bdlb-BitStringUtil-num0] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BitStringUtil.adoc[BitStringUtil]::num0 :relfileprefix: ../../../ :mrdocs: Return the number of 0 bits in the specified `numBits` beginning at the specified `index` in the specified `bitString`. The behavior is undefined unless `bitString` has a length of at least `index + numBits`. == Synopsis Declared in `<bdlb_bitstringutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::size_t num0( uint64_t const* bitString, std::size_t index, std::size_t numBits); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#