IteratorRange< It > Struct Template Reference

#include <ArmarXCore/util/CPPUtility/Iterator.h>

Public Member Functions

It begin () const
 
It end () const
 
 IteratorRange (It b, It e)
 

Detailed Description

template<class It>
struct armarx::IteratorRange< It >

Definition at line 148 of file Iterator.h.

Constructor & Destructor Documentation

◆ IteratorRange()

IteratorRange ( It  b,
It  e 
)
inline

Definition at line 150 of file Iterator.h.

Member Function Documentation

◆ begin()

It begin ( ) const
inline

Definition at line 153 of file Iterator.h.

◆ end()

It end ( ) const
inline

Definition at line 157 of file Iterator.h.


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