Boost.DynamicBitset

    • Boost.DynamicBitset
    • Reference
  • boost::dynamic_bitset::operator=
arrow_upward

boost::dynamic_bitset::operator=

Move assignment operator.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

dynamic_bitset&
operator=(dynamic_bitset&& src);

Description

This bitset becomes the same as the bitset src, while using the resources from src.

Throws

Nothing.

Return Value

*this.

Parameters

Name Description

src

The object to move assign from

Created with MrDocs