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