#include <boost/range/iterator_range.hpp>
#include <boost/range/concepts.hpp>
#include <boost/iterator/reverse_iterator.hpp>
Classes | |
struct | boost::range_detail::reversed_range< R > |
struct | boost::range_detail::reverse_forwarder |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::range_detail | |
boost::adaptors | |
Functions | |
template<class BidirectionalRange > | |
reversed_range < BidirectionalRange > | boost::range_detail::operator| (BidirectionalRange &r, reverse_forwarder) |
template<class BidirectionalRange > | |
reversed_range< const BidirectionalRange > | boost::range_detail::operator| (const BidirectionalRange &r, reverse_forwarder) |
template<class BidirectionalRange > | |
reversed_range < BidirectionalRange > | boost::adaptors::reverse (BidirectionalRange &rng) |
template<class BidirectionalRange > | |
reversed_range< const BidirectionalRange > | boost::adaptors::reverse (const BidirectionalRange &rng) |