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