Set all bits of this bitset to 1.
Synopsis
Declared in <bslstl_bitset.h>
bitset<N>&
set() noexcept;
Description
Set all bits of this bitset to 1 and return a reference to this modifiable bitset.
Return Value
reference to this modifiable bitset
Created with MrDocs