Return the number of bits in the specified value of the (template parameter) type INTEGER.
Declared in <bdlb_bitutil.h>
template<class INTEGER>
static
int
sizeInBits(INTEGER value = 0);
number of bits in the type of value
| Name | Description |
|---|---|
| value | value whose bit width is returned |