ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
ndarray::detail::StridedIterator< T > Class Template Reference
Inheritance diagram for ndarray::detail::StridedIterator< T >:

Public Types

typedef T Value
 
typedef T & Reference
 

Public Member Functions

 StridedIterator (T *data, Offset stride)
 
 StridedIterator (StridedIterator const &other)
 
template<typename U >
 StridedIterator (StridedIterator< U > const &other)
 
StridedIteratoroperator= (StridedIterator const &other)
 
template<typename U >
StridedIteratoroperator= (StridedIterator< U > const &other)
 

Friends

class boost::iterator_core_access
 

The documentation for this class was generated from the following file: