30 #if defined(CBidirectionalRangeWithWritableIterator_RECURSES)
31 #error Recursive header files inclusion detected in CBidirectionalRangeWithWritableIterator.h
34 #define CBidirectionalRangeWithWritableIterator_RECURSES
36 #if !defined CBidirectionalRangeWithWritableIterator_h
38 #define CBidirectionalRangeWithWritableIterator_h
42 #include "DGtal/base/Common.h"
43 #include "DGtal/base/CSinglePassRangeWithWritableIterator.h"
91 template <
typename T,
typename Value>
124 #undef CBidirectionalRangeWithWritableIterator_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: refined concept of bidirectional range which require that a reverse output iterator exists.
T::ReverseOutputIterator ReverseOutputIterator
ReverseOutputIterator myOutput
BOOST_CONCEPT_USAGE(CBidirectionalRangeWithWritableIterator)
Aim: refined concept of const single pass range which require that an output iterator exists.