Boost.DynamicBitset

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

boost::dynamic_bitset::begin

begin overloads

Synopses

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

Returns a read/write iterator that refers to the least significant bit in the bitset.

iterator
begin();

» more...

Returns a read‐only iterator that refers to the least significant bit in the bitset.

const_iterator
begin() const;

» more...

Created with MrDocs