[#BloombergLP-bdlb-BitStringUtil-find0AtMinIndex-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BitStringUtil.adoc[BitStringUtil]::find0AtMinIndex :relfileprefix: ../../../ :mrdocs: `find0AtMinIndex` overloads == Synopses Declared in `<bdlb_bitstringutil.h>` Return the index of the least‐significant 0 bit in `bitString`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::size_t xref:BloombergLP/bdlb/BitStringUtil/find0AtMinIndex-07.adoc[find0AtMinIndex]( uint64_t const* bitString, std::size_t length); ---- [.small]#xref:BloombergLP/bdlb/BitStringUtil/find0AtMinIndex-07.adoc[_» more..._]# Return the index of the least‐significant 0 bit in a range. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::size_t xref:BloombergLP/bdlb/BitStringUtil/find0AtMinIndex-00.adoc[find0AtMinIndex]( uint64_t const* bitString, std::size_t begin, std::size_t end); ---- [.small]#xref:BloombergLP/bdlb/BitStringUtil/find0AtMinIndex-00.adoc[_» more..._]# == Return Value index of the least‐significant 0 bit, or `k_INVALID_INDEX` == Parameters [cols="1,4"] |=== | Name| Description | *bitString* | bit string to search | *length* | number of bits in `bitString` | *begin* | inclusive start of the search range | *end* | exclusive end of the search range |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#