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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

reversible_view

View on a range, reversing direction if necessary.

Synopsis

template<typename Range, iterate_direction Direction>
struct reversible_view
{
  // ...
};

Template parameter(s)

Parameter

Description

typename Range

original range

iterate_direction Direction

direction of iteration

Header

Either

#include <boost/geometry.hpp>

Or

#include <boost/geometry/views/reversible_view.hpp>


PrevUpHomeNext