Append to this array the specified value. Note that this method has the same behavior as: ` insert(length(), value); `
Synopsis
Declared in <bdlc_bitarray.h>
void
append(bool value);
Parameters
Name |
Description |
value |
bit value to append |
Created with MrDocs