30 #if defined(CSinglePassRangeWithWritableIterator_RECURSES)
31 #error Recursive header files inclusion detected in CSinglePassRangeWithWritableIterator.h
34 #define CSinglePassRangeWithWritableIterator_RECURSES
36 #if !defined CSinglePassRangeWithWritableIterator_h
38 #define CSinglePassRangeWithWritableIterator_h
43 #include "DGtal/base/Common.h"
44 #include "DGtal/base/CConstSinglePassRange.h"
86 template <
typename T,
typename Value>
120 #undef CSinglePassRangeWithWritableIterator_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.
Aim: refined concept of const single pass range which require that an output iterator exists.
BOOST_CONCEPT_ASSERT((boost::OutputIterator< OutputIterator, Value >))
BOOST_CONCEPT_USAGE(CSinglePassRangeWithWritableIterator)
T::OutputIterator OutputIterator
Go to http://www.sgi.com/tech/stl/OutputIterator.html.