Set the container equal to the bits in ilist.
Synopsis
Declared in <util/bitdeque.h>
void
assign(std::initializer_list<bool> ilist);
Parameters
Name |
Description |
ilist |
Initializer list of bit values to copy. |
Created with MrDocs