boost::dynamic_bitset::const_iterator

A read‐only iterator into the bitset.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

typedef const_bit_iterator<dynamic_bitset> const_iterator;

Description

If AllocatorOrContainer is an allocator type, this is a C++20 RandomAccessIterator; otherwise, its category is the corresponding "non‐legacy" category of the iterator type of the underlying container; for instance, if the underlying container provides LegacyBidirectionalIterators, this is a BidirectionalIterator.

Created with MrDocs