31#if defined(CBidirectionalRange_RECURSES)
32#error Recursive header files inclusion detected in CBidirectionalRange.h
35#define CBidirectionalRange_RECURSES
37#if !defined CBidirectionalRange_h
39#define CBidirectionalRange_h
43#include "boost/concept_check.hpp"
44#include "DGtal/base/ConceptUtils.h"
45#include "DGtal/base/CConstBidirectionalRange.h"
119#undef CBidirectionalRange_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines the concept describing a bidirectional range.
BOOST_CONCEPT_ASSERT((boost_concepts::SinglePassIteratorConcept< ReverseIterator >))
BOOST_CONCEPT_USAGE(CBidirectionalRange)
T::ReverseIterator ReverseIterator
Aim: Defines the concept describing a bidirectional const range.
Go to http://www.boost.org/doc/libs/1_52_0/libs/iterator/doc/SinglePassIterator.html.