bsl::bitset::operator[]

Return a reference to the modifiable bit position at the specified pos.

Synopsis

Declared in <bslstl_bitset.h>

bitset<N>::reference
operator[](std::size_t pos);

Return Value

reference to the modifiable bit at pos

Parameters

NameDescription
posindex of the bit to access