Return the value of the flag specified by idx. The behavior is undefined unless idx < t_NUM_BITS.
Declared in <bdlb_nullableallocatedvalue_pointerbitspair.h>
bool
readFlag(unsigned int idx) const;
true if the flag at idx is set, and false otherwise
| Name | Description |
|---|---|
| idx | index of the flag to read |