boost::dynamic_bitset::dynamic_bitset
Constructs a bitset of size zero.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
explicit
dynamic_bitset(allocator_type const& alloc);
Parameters
| Name | Description |
|---|---|
alloc |
An allocator, a copy of which will be used to allocate memory when needed. |
Postconditions
-
this‐>size() == 0
Created with MrDocs