[#BloombergLP-bdlb-BitUtil-numTrailingUnsetBits-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BitUtil.adoc[BitUtil]::numTrailingUnsetBits :relfileprefix: ../../../ :mrdocs: Return the number of consecutive 0 bits starting from the least‐significant bit in the specified `value`. == Synopsis Declared in `<bdlb_bitutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int numTrailingUnsetBits(unsigned int value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#