Static Public Member Functions | List of all members
util::details::RangeForWrapperIterator< BeginIter, EndIter >::Incrementer::IncrementerImpl< Iter, typename > Struct Template Reference

#include <RangeForWrapper.h>

Static Public Member Functions

static void increment (Iter &)
 

Detailed Description

template<typename BeginIter, typename EndIter>
template<typename Iter, typename>
struct util::details::RangeForWrapperIterator< BeginIter, EndIter >::Incrementer::IncrementerImpl< Iter, typename >

Definition at line 164 of file RangeForWrapper.h.

Member Function Documentation

template<typename BeginIter , typename EndIter >
template<typename Iter , typename >
static void util::details::RangeForWrapperIterator< BeginIter, EndIter >::Incrementer::IncrementerImpl< Iter, typename >::increment ( Iter &  )
inlinestatic

Definition at line 555 of file RangeForWrapper.h.

556  { throw std::logic_error("This iterator can't be incremented!"); }

The documentation for this struct was generated from the following file: