31#if defined(CConstBidirectionalRange_RECURSES)
32#error Recursive header files inclusion detected in CConstBidirectionalRange.h
35#define CConstBidirectionalRange_RECURSES
37#if !defined CConstBidirectionalRange_h
39#define CConstBidirectionalRange_h
43#include "DGtal/base/Common.h"
44#include "boost/concept_check.hpp"
45#include "DGtal/base/ConceptUtils.h"
46#include "DGtal/base/CConstSinglePassRange.h"
123#undef CConstBidirectionalRange_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 const range.
BOOST_CONCEPT_USAGE(CConstBidirectionalRange)
T::ConstReverseIterator ConstReverseIterator
BOOST_CONCEPT_ASSERT((boost_concepts::SinglePassIteratorConcept< ConstReverseIterator >))
void checkConstConstraints() const
Aim: Defines the concept describing a const single pass range.
Go to http://www.boost.org/doc/libs/1_52_0/libs/iterator/doc/SinglePassIterator.html.