Subscript operators
Declared in <bslstl_bitset.h>
Return a reference to the modifiable bit position at the specified pos.
bitset<N>::reference
operator[](std::size_t pos);
» more...
Return the value of the bit position at the specified pos.
constexpr
bool
operator[](std::size_t pos) const;
» more...