Same as the unsigned int overload.
Declared in <bdlb_bitutil.h>
static
unsigned long long
roundUpToBinaryPower(unsigned long long value);
least power of 2 not less than value, or 0 on failure
| Name | Description |
|---|---|
| value | value to round up to a power of 2 |