boost::dynamic_bitset::reference::reference
Copy constructor.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
reference(reference const& other);
Parameters
| Name | Description |
|---|---|
other |
The object to copy construct from |
Created with MrDocs