Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
NumRange< T > Class Template Reference

#include <elm/data/util.h>

Public Types

typedef T t
 

Public Member Functions

 NumRange (T i, T j, T s=1)
 
NumIter< T > begin () const
 
NumIter< T > end () const
 

Member Typedef Documentation

◆ t

typedef T t

Constructor & Destructor Documentation

◆ NumRange()

NumRange ( i,
j,
s = 1 
)
inline

Member Function Documentation

◆ begin()

NumIter<T> begin ( ) const
inline

◆ end()

NumIter<T> end ( ) const
inline

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