Mathter
A configurable 3D math library for game developers.
Public Types | Public Member Functions | Friends | List of all members
mathter::RangeHelper< T >::iterator Class Reference

#include <Range.hpp>

Public Types

using value_type = T
 
using difference_type = ptrdiff_t
 
using reference = T &
 
using pointer = T *
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

 iterator ()
 
void operator++ ()
 
operator* () const
 
bool operator== (const iterator &rhs) const
 
bool operator!= (const iterator &rhs) const
 

Friends

class RangeHelper
 

Member Typedef Documentation

◆ difference_type

template<class T>
using mathter::RangeHelper< T >::iterator::difference_type = ptrdiff_t

◆ iterator_category

template<class T>
using mathter::RangeHelper< T >::iterator::iterator_category = std::forward_iterator_tag

◆ pointer

template<class T>
using mathter::RangeHelper< T >::iterator::pointer = T*

◆ reference

template<class T>
using mathter::RangeHelper< T >::iterator::reference = T&

◆ value_type

template<class T>
using mathter::RangeHelper< T >::iterator::value_type = T

Constructor & Destructor Documentation

◆ iterator()

template<class T>
mathter::RangeHelper< T >::iterator::iterator ( )
inline

Member Function Documentation

◆ operator!=()

template<class T>
bool mathter::RangeHelper< T >::iterator::operator!= ( const iterator rhs) const
inline

◆ operator*()

template<class T>
T mathter::RangeHelper< T >::iterator::operator* ( ) const
inline

◆ operator++()

template<class T>
void mathter::RangeHelper< T >::iterator::operator++ ( )
inline

◆ operator==()

template<class T>
bool mathter::RangeHelper< T >::iterator::operator== ( const iterator rhs) const
inline

Friends And Related Function Documentation

◆ RangeHelper

template<class T>
friend class RangeHelper
friend

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