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