Boost.DynamicBitset

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

boost::dynamic_bitset::reference::reference

Copy constructor.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

reference(reference const& other);

Description

Constructs a reference which refers to the same bit as other.

Parameters

Name Description

other

The object to copy construct from

Created with MrDocs