boost::dynamic_bitset::const_reverse_iterator

A reverse read‐only iterator into the bitset.

Synopsis

Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>

typedef std::reverse_iterator<const_iterator> const_reverse_iterator;

Created with MrDocs