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

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

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