LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 163 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 542 of file RangeForWrapper.h.

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

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