matio-cpp  v0.2.5
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
VectorIterator.h File Reference
+ Include dependency graph for VectorIterator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  matioCpp::vector_iterator< Vector, IsConst >
 

Namespaces

 matioCpp
 

Functions

template<class Span , bool IsConst>
MATIOCPP_CONSTEXPR vector_iterator< Span, IsConst > matioCpp::operator+ (typename vector_iterator< Span, IsConst >::difference_type n, vector_iterator< Span, IsConst > rhs)
 
template<class Span , bool IsConst>
MATIOCPP_CONSTEXPR vector_iterator< Span, IsConst > matioCpp::operator- (typename vector_iterator< Span, IsConst >::difference_type n, vector_iterator< Span, IsConst > rhs)