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

#include <RangeForWrapper.h>

Static Public Member Functions

static void decrement (Iter &)
 

Detailed Description

template<typename BeginIter, typename EndIter>
template<typename Iter, typename>
struct util::details::RangeForWrapperIterator< BeginIter, EndIter >::Decrementer::DecrementerImpl< Iter, typename >

Definition at line 177 of file RangeForWrapper.h.

Member Function Documentation

template<typename BeginIter , typename EndIter >
template<typename Iter , typename >
static void util::details::RangeForWrapperIterator< BeginIter, EndIter >::Decrementer::DecrementerImpl< Iter, typename >::decrement ( Iter &  )
inlinestatic

Definition at line 577 of file RangeForWrapper.h.

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

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