Boost.DynamicBitset

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

boost::dynamic_bitset::end

Returns a read/write iterator that refers one past the most significant bit in the bitset.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

iterator
end();

Return Value

A read/write iterator into the bitset.

Created with MrDocs