boost::dynamic_bitset::swap
Swaps the contents of this bitset and bitset b.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
void
swap(dynamic_bitset& b) noexcept;
Parameters
| Name | Description |
|---|---|
b |
The bitset to be swapped with |
Created with MrDocs