HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_IteratorRange< IterT > Class Template Reference

#include <UT_IteratorRange.h>

Public Member Functions

 UT_IteratorRange (IterT &&begin_it, IterT &&end_it)
 
IterT begin () const
 
IterT end () const
 
bool isEmpty () const
 

Detailed Description

template<typename IterT>
class UT_IteratorRange< IterT >

Definition at line 19 of file UT_IteratorRange.h.

Constructor & Destructor Documentation

template<typename IterT >
UT_IteratorRange< IterT >::UT_IteratorRange ( IterT &&  begin_it,
IterT &&  end_it 
)
inline

Definition at line 22 of file UT_IteratorRange.h.

Member Function Documentation

template<typename IterT >
IterT UT_IteratorRange< IterT >::begin ( void  ) const
inline

Definition at line 26 of file UT_IteratorRange.h.

template<typename IterT >
IterT UT_IteratorRange< IterT >::end ( void  ) const
inline

Definition at line 27 of file UT_IteratorRange.h.

template<typename IterT >
bool UT_IteratorRange< IterT >::isEmpty ( ) const
inline

Definition at line 29 of file UT_IteratorRange.h.


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