Same as the unsigned int overload.
Declared in <bdlb_bitutil.h>
static
unsigned long
withBitCleared(
unsigned long value,
int index);
value with the bit at index cleared
| Name | Description |
|---|---|
| value | value to modify |
| index | bit position to clear |