Same as the unsigned int overload.
Synopsis
Declared in <bdlb_bitutil.h>
static
int
numTrailingUnsetBits(unsigned long long value);
Return Value
number of consecutive trailing 0 bits in value
Parameters
Name |
Description |
value |
value whose trailing unset bits are counted |
Created with MrDocs