Set all bits in this array to the specified value.
Synopsis
Declared in <bdlc_bitarray.h>
void
assignAll(bool value);
Parameters
Name |
Description |
value |
bit value assigned to every bit |
Created with MrDocs
Set all bits in this array to the specified value.
Declared in <bdlc_bitarray.h>
void
assignAll(bool value);
Name |
Description |
value |
bit value assigned to every bit |
Created with MrDocs