Boost.DynamicBitset

    • Boost.DynamicBitset
    • Reference
  • boost::dynamic_bitset::swap
arrow_upward

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;

Throws

Nothing.

Parameters

Name Description

b

The bitset to be swapped with *this.

Created with MrDocs