oILAB
Loading...
Searching...
No Matches
range< T >::iter Class Reference

Public Member Functions

 iter (T at)
 
bool operator!= (iter const &other) const
 
T const & operator* () const
 
iteroperator++ ()
 

Private Attributes

at
 

Detailed Description

template<class T>
class range< T >::iter

Definition at line 13 of file range.h.

Constructor & Destructor Documentation

◆ iter()

template<class T >
range< T >::iter::iter ( at)
inline

Definition at line 17 of file range.h.

Member Function Documentation

◆ operator!=()

template<class T >
bool range< T >::iter::operator!= ( iter const &  other) const
inline

Definition at line 18 of file range.h.

◆ operator*()

template<class T >
T const & range< T >::iter::operator* ( ) const
inline

Definition at line 19 of file range.h.

◆ operator++()

template<class T >
iter & range< T >::iter::operator++ ( )
inline

Definition at line 20 of file range.h.

Field Documentation

◆ at

template<class T >
T range< T >::iter::at
private

Definition at line 15 of file range.h.


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