Geogram Version 1.9.6-rc
A programming library of geometric algorithms
|
An iterator that applies a user-defined function when deferenced. More...
#include <geogram/basic/range.h>
Public Types | |
typedef transformed_iterator< IT, XFORM > | thisclass |
Public Member Functions | |
transformed_iterator (const IT &it, XFORM xform) | |
auto | operator* () const |
bool | operator== (const thisclass &rhs) const |
bool | operator!= (const thisclass &rhs) const |
bool | operator< (const thisclass &rhs) const |
void | operator++ () |
An iterator that applies a user-defined function when deferenced.
Used internally by transform_range()
IT | iterator type |
XFORM | functor type |
typedef transformed_iterator<IT, XFORM> GEO::transformed_iterator< IT, XFORM >::thisclass |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |