bsl::bitset::reset

reset overloads

Synopses

Declared in <bslstl_bitset.h>

Set all bits of this bitset to 0 and return a reference to this modifiable bitset.

bitset<N>&
reset() noexcept;
» more...

Set the bit at the specified pos of this bitset to 0 and return a reference to this modifiable bitset.

bitset<N>&
reset(std::size_t pos);
» more...