idol
A C++ Framework for Optimization
Loading...
Searching...
No Matches
idol::Range< NumT > Class Template Reference
Collaboration diagram for idol::Range< NumT >:
Collaboration graph

Classes

class  iterator
 

Public Member Functions

 Range (NumT t_end)
 
 Range (NumT t_begin, NumT t_end)
 
iterator begin () const
 
iterator end () const
 

Detailed Description

template<class NumT>
class idol::Range< NumT >

Definition at line 14 of file operators_utils.h.

Constructor & Destructor Documentation

◆ Range() [1/2]

template<class NumT >
idol::Range< NumT >::Range ( NumT  t_end)
inlineexplicit

Definition at line 18 of file operators_utils.h.

◆ Range() [2/2]

template<class NumT >
idol::Range< NumT >::Range ( NumT  t_begin,
NumT  t_end 
)
inline

Definition at line 19 of file operators_utils.h.

Member Function Documentation

◆ begin()

template<class NumT >
iterator idol::Range< NumT >::begin ( ) const
inline

Definition at line 34 of file operators_utils.h.

◆ end()

template<class NumT >
iterator idol::Range< NumT >::end ( ) const
inline

Definition at line 35 of file operators_utils.h.