Return the index of the highest‐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.

Synopsis

Declared in <bdlb_bitstringimputil.h>

static
int
find1AtMaxIndexRaw(uint64_t value);

Created with MrDocs