Boost.DynamicBitset

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

boost::dynamic_bitset::end

end overloads

Synopses

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

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

iterator
end();

» more...

Returns a read‐only iterator that refers one past the most significant bit in the bitset.

const_iterator
end() const;

» more...

Created with MrDocs