Construct a container containing count false values.
Synopsis
Declared in <util/bitdeque.h>
explicit
bitdeque(size_t count);
Parameters
Name |
Description |
count |
Number of false bits in the new container. |
Created with MrDocs