31#if defined(CConstSinglePassRange_RECURSES)
32#error Recursive header files inclusion detected in CConstSinglePassRange.h
35#define CConstSinglePassRange_RECURSES
37#if !defined CConstSinglePassRange_h
39#define CConstSinglePassRange_h
43#include "DGtal/base/Common.h"
44#include "boost/concept_check.hpp"
45#include "DGtal/base/ConceptUtils.h"
126#undef CConstSinglePassRange_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 const single pass range.
void checkConstConstraints() const
BOOST_CONCEPT_ASSERT((boost_concepts::SinglePassIteratorConcept< ConstIterator >))
T::ConstIterator ConstIterator
BOOST_CONCEPT_USAGE(CConstSinglePassRange)
Go to http://www.boost.org/doc/libs/1_52_0/libs/iterator/doc/SinglePassIterator.html.