Set the container equal to count times the value of val.
Synopsis
Declared in <util/bitdeque.h>
void
assign(
size_type count,
bool val);
Parameters
Name |
Description |
count |
Number of bits the container holds afterwards. |
val |
Value assigned to every bit. |
Created with MrDocs