Return a bitmask with the bit at index cleared.
Synopsis
Declared in <bdlb_bitmaskutil.h>
static
uint32_t
ne(int index);
Return Value
bitmask with the bit at index cleared
Parameters
Name |
Description |
index |
bit position to clear |
Created with MrDocs