boost::dynamic_bitset::iterator
A read/write iterator into the bitset.
Synopsis
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
typedef bit_iterator<dynamic_bitset> 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