#include <mtx/mtx.h>
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef T | value_type |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef T & | reference |
Public Member Functions | |
colmaj_iterator_base (int rg, int rs, T *ptr) | |
T & | operator* () const |
colmaj_iterator_base & | operator++ () |
bool | operator== (const colmaj_iterator_base &other) const |
bool | operator!= (const colmaj_iterator_base &other) const |
Definition at line 558 of file mtx.h.