bsl::bitset::reset

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

Synopsis

Declared in <bslstl_bitset.h>

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

Return Value

reference to this modifiable bitset

Parameters

NameDescription
posindex of the bit to clear