Construct a container containing count times the value of val.
Synopsis
Declared in <util/bitdeque.h>
bitdeque(
size_type count,
bool val);
Parameters
Name |
Description |
count |
Number of bits in the new container. |
val |
Value assigned to every bit. |
Created with MrDocs