boost::swap
Exchanges the contents of a and b.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
template<
typename Block,
typename AllocatorOrContainer>
void
swap(
dynamic_bitset<Block, AllocatorOrContainer>& a,
dynamic_bitset<Block, AllocatorOrContainer>& b) noexcept;
Parameters
| Name | Description |
|---|---|
a |
The bitset to exchange the contents of with |
b |
The bitset to exchange the contents of with |
Created with MrDocs