Geogram Version 1.8.5
A programming library of geometric algorithms
Loading...
Searching...
No Matches
GEO::range< NO_ITERATOR > Class Template Reference

A generic range bounded by two "non-iterators". More...

#include <geogram/basic/range.h>

Public Types

typedef NO_ITERATOR no_iterator_t
 

Public Member Functions

 range (NO_ITERATOR b, NO_ITERATOR e)
 
NO_ITERATOR begin () const
 
NO_ITERATOR end () const
 

Detailed Description

template<class NO_ITERATOR>
class GEO::range< NO_ITERATOR >

A generic range bounded by two "non-iterators".

Definition at line 90 of file range.h.

Member Typedef Documentation

◆ no_iterator_t

template<class NO_ITERATOR >
typedef NO_ITERATOR GEO::range< NO_ITERATOR >::no_iterator_t

Definition at line 92 of file range.h.

Constructor & Destructor Documentation

◆ range()

template<class NO_ITERATOR >
GEO::range< NO_ITERATOR >::range ( NO_ITERATOR  b,
NO_ITERATOR  e 
)
inline

Definition at line 94 of file range.h.

Member Function Documentation

◆ begin()

template<class NO_ITERATOR >
NO_ITERATOR GEO::range< NO_ITERATOR >::begin ( ) const
inline

Definition at line 97 of file range.h.

◆ end()

template<class NO_ITERATOR >
NO_ITERATOR GEO::range< NO_ITERATOR >::end ( ) const
inline

Definition at line 101 of file range.h.


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