aimstil  5.0.5
til::xsr::Iterator_access< TIterator > Struct Template Reference

Return value pointed at by an iterator. More...

#include <cathier/accessors.h>

Public Types

typedef TIterator::value_type value_type
 
typedef TIterator index_type
 

Public Member Functions

value_typeoperator() (index_type i) const
 

Detailed Description

template<typename TIterator>
struct til::xsr::Iterator_access< TIterator >

Return value pointed at by an iterator.

Definition at line 71 of file accessors.h.

Member Typedef Documentation

◆ index_type

template<typename TIterator >
typedef TIterator til::xsr::Iterator_access< TIterator >::index_type

Definition at line 75 of file accessors.h.

◆ value_type

template<typename TIterator >
typedef TIterator::value_type til::xsr::Iterator_access< TIterator >::value_type

Definition at line 74 of file accessors.h.

Member Function Documentation

◆ operator()()

template<typename TIterator >
value_type& til::xsr::Iterator_access< TIterator >::operator() ( index_type  i) const
inline

Definition at line 77 of file accessors.h.


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