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
Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
A reverse read‐only iterator into the bitset.
Declared in <boost/dynamic_bitset/dynamic_bitset.hpp>
typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
Created with MrDocs