Return the index of the lowest-order set bit in a non-zero value.
Declared in <bdlb_bitstringimputil.h>
static
int
find1AtMinIndexRaw(uint64_t value);
Return the index of the lowest-order set bit in the specified non-zero value. The behavior is undefined unless 0 != value. Note that this method is "raw" due to the requirement that at least one bit in value must be set.
index of the lowest-order set bit
| Name | Description |
|---|---|
| value | non-zero word to search |