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

boost::dynamic_bitset::const_reverse_iterator :: Boost.DynamicBitset

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