Loading...
Searching...
No Matches
idol::Range< NumT > Class Template Reference

Description

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

Definition at line 14 of file operators_utils.h.

Classes

class  iterator

Public Methods

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

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.

Methods Documentation

◆ begin()

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

Definition at line 34 of file operators_utils.h.

◆ end()

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

Definition at line 35 of file operators_utils.h.