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
Name |
Description |
pos |
index of the bit to access |
Created with MrDocs