Boost.DynamicBitset

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

boost::dynamic_bitset::reference::operator=

See the class description.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

reference&
operator=(reference const& rhs);

Return Value

Reference to the current object

Parameters

Name Description

rhs

The object to copy assign from

Created with MrDocs