Return the value of the flag specified by idx. The behavior is undefined unless idx < t_NUM_BITS.

Synopsis

Declared in <bdlb_nullableallocatedvalue_pointerbitspair.h>

bool
readFlag(unsigned int idx) const;

Return Value

true if the flag at idx is set, and false otherwise

Parameters

Name

Description

idx

index of the flag to read

Created with MrDocs