SkelGIS
3.0
|
Reverse iterator object definition. Two template specializations. This iterator has to be used for contiguous and reverse moves in memory, element by element from the last element to the first element in the DMatrix. Users do not have to construct an iterator object directly (these objects are constructed in the DMatrix) however operators and methods of the iterator are used by the user. More...
Go to the source code of this file.
Classes | |
struct | skelgis::iterator_rev< T, R > |
Iterator reverse class. More... | |
struct | skelgis::iterator_rev< T, 0 > |
Iterator class. More... |
Reverse iterator object definition. Two template specializations. This iterator has to be used for contiguous and reverse moves in memory, element by element from the last element to the first element in the DMatrix. Users do not have to construct an iterator object directly (these objects are constructed in the DMatrix) however operators and methods of the iterator are used by the user.
Definition in file iterator_rev.hpp.