Static Public Member Functions | List of all members
util::details::RangeForWrapperIterator< BeginIter, EndIter >::Difference::DifferenceImpl< A, B, typename > Struct Template Reference

#include <RangeForWrapper.h>

Static Public Member Functions

static difference_type subtract (A const &, B const &)
 

Detailed Description

template<typename BeginIter, typename EndIter>
template<typename A, typename B, typename>
struct util::details::RangeForWrapperIterator< BeginIter, EndIter >::Difference::DifferenceImpl< A, B, typename >

Definition at line 221 of file RangeForWrapper.h.

Member Function Documentation

template<typename BeginIter , typename EndIter >
template<typename A , typename B , typename >
static difference_type util::details::RangeForWrapperIterator< BeginIter, EndIter >::Difference::DifferenceImpl< A, B, typename >::subtract ( A const &  ,
B const &   
)
inlinestatic

Definition at line 628 of file RangeForWrapper.h.

629  { throw std::logic_error("These iterators can't be subtracted!"); }

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