Same as the unsigned int overload.
Declared in <bdlb_bitutil.h>
static
bool
isBitSet(
unsigned long long value,
int index);
true if the bit is set, and false otherwise
| Name | Description |
|---|---|
| value | value to inspect |
| index | bit position to test |