31 #if defined(CConstSinglePassRange_RECURSES)
32 #error Recursive header files inclusion detected in CConstSinglePassRange.h
33 #else // defined(CConstSinglePassRange_RECURSES)
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"
124 #endif // !defined CConstSinglePassRange_h
126 #undef CConstSinglePassRange_RECURSES
127 #endif // else defined(CConstSinglePassRange_RECURSES)
MyDigitalSurface::ConstIterator ConstIterator
T::ConstIterator ConstIterator
Go to http://www.boost.org/doc/libs/1_52_0/libs/iterator/doc/SinglePassIterator.html.
Aim: Defines the concept describing a const single pass range.
DGtal is the top-level namespace which contains all DGtal functions and types.
void checkConstConstraints() const
void sameType(const T &, const T &)
BOOST_CONCEPT_ASSERT((boost_concepts::SinglePassIteratorConcept< ConstIterator >))
BOOST_CONCEPT_USAGE(CConstSinglePassRange)