A wrapper around a pointer, which is an iterator to a normal C++ array. More...
#include <foreach.h>
Public Member Functions | |
IteratorWrapper (T const *t) | |
T const & | operator* () const |
T & | operator* () |
Public Attributes | |
T * | iterator_ |
A wrapper around a pointer, which is an iterator to a normal C++ array.
Definition at line 162 of file foreach.h.
IteratorWrapper | ( | T const * | t | ) |