Geogram Version 1.8.5
A programming library of geometric algorithms
|
Wraps an integer for range-based for construct. More...
#include <geogram/basic/range.h>
Public Member Functions | |
no_iterator (index_t val) | |
void | operator++ () |
bool | operator== (const no_iterator &rhs) |
bool | operator!= (const no_iterator &rhs) |
bool | operator< (const no_iterator &rhs) |
index_t | operator* () const |
Wraps an integer for range-based for construct.
Not really an iterator, rather a pseudo-index.
|
inline |
|
inline |
|
inline |