LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Visitor to access element by index. More...
Classes | |
struct | IndexAccessorImpl |
struct | IndexAccessorImpl< Result, Iter, std::enable_if_t< is_type_v< decltype((std::declval< Iter >())[0])> > > |
Public Member Functions | |
IndexAccessor (difference_type offset) | |
template<typename Iter > | |
bool | operator() (Iter &iter) const |
Public Attributes | |
difference_type | offset |
Visitor to access element by index.
Definition at line 213 of file RangeForWrapper.h.
|
inline |
Definition at line 217 of file RangeForWrapper.h.
|
inline |
Definition at line 220 of file RangeForWrapper.h.
difference_type util::details::RangeForWrapperIterator< BeginIter, EndIter >::IndexAccessor::offset |
Definition at line 215 of file RangeForWrapper.h.