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

#include <RangeForWrapper.h>

Static Public Member Functions

static Result access (Iter const &)
 

Detailed Description

template<typename BeginIter, typename EndIter>
template<typename Result, typename Iter, typename>
struct util::details::RangeForWrapperIterator< BeginIter, EndIter >::MemberAccessor::MemberAccessorImpl< Result, Iter, typename >

Definition at line 151 of file RangeForWrapper.h.

Member Function Documentation

template<typename BeginIter , typename EndIter >
template<typename Result , typename Iter , typename >
static Result util::details::RangeForWrapperIterator< BeginIter, EndIter >::MemberAccessor::MemberAccessorImpl< Result, Iter, typename >::access ( Iter const &  )
inlinestatic

Definition at line 533 of file RangeForWrapper.h.

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

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