Return the number of consecutive 0 bits starting from the least‐significant bit in the specified value.
Synopsis
Declared in <bdlb_bitutil.h>
static
int
numTrailingUnsetBits(unsigned int value);
Created with MrDocs
Return the number of consecutive 0 bits starting from the least‐significant bit in the specified value.
Declared in <bdlb_bitutil.h>
static
int
numTrailingUnsetBits(unsigned int value);
Created with MrDocs