aimstil  5.0.5
til::policy::IteratorIndexing< TIterator > Struct Template Reference

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

#include <cathier/meshUtils.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::policy::IteratorIndexing< TIterator >

Return value pointed at by an iterator.

Definition at line 1140 of file meshUtils.h.

Member Typedef Documentation

◆ index_type

template<typename TIterator >
typedef TIterator til::policy::IteratorIndexing< TIterator >::index_type

Definition at line 1144 of file meshUtils.h.

◆ value_type

template<typename TIterator >
typedef TIterator::value_type til::policy::IteratorIndexing< TIterator >::value_type

Definition at line 1143 of file meshUtils.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1146 of file meshUtils.h.


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