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=(bool x);

Return Value

Reference to the current object

Parameters

Name Description

x

The value to assign from

Created with MrDocs