Base class of all bidirectional iterators. More...
#include <shark/LinAlg/BLAS/cpu/iterator.hpp>
Public Member Functions | |
derived_iterator_type | operator++ (int) |
derived_iterator_type | operator-- (int) |
bool | operator!= (const derived_iterator_type &it) const |
Base class of all bidirectional iterators.
I | the derived iterator type |
T | the value type |
The bidirectional iterator can proceed in both directions via the post increment and post decrement operator.
Definition at line 59 of file iterator.hpp.
|
inline |
Definition at line 81 of file iterator.hpp.
|
inline |
Definition at line 65 of file iterator.hpp.
|
inline |
Definition at line 72 of file iterator.hpp.