set overloads
Synopses
Declared in <bslstl_bitset.h>
Set all bits of this bitset to 1.
Set the bit at the specified pos to 1, or to val if supplied.
Return Value
reference to this modifiable bitset
Parameters
Name |
Description |
pos |
index of the bit to set |
val |
value to assign to the bit (default true) |
Created with MrDocs