|
matio-cpp v0.3.0
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
|
#include <matioCpp/ForwardDeclarations.h>
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 | |
| namespace | 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) |