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