Return true if the bit at the specified pos has the value of 1 and false otherwise.
true
pos
false
Declared in <bslstl_bitset.h>
<bslstl_bitset.h>
bool test(size_t pos) const;