8 #ifndef MATIOCPP_FILE_TPP
9 #define MATIOCPP_FILE_TPP
12 const input &matioCpp::File::getVariable(
const input& it)
17 template<
class key,
class input>
23 template <
class iterator>
26 for (iterator it = begin; it != end; ++it)
28 if (!write(getVariable(*it), compression))
bool write(const Variable &variable, matioCpp::Compression compression=matioCpp::Compression::None)
Write a Variable to a file.
Compression
Compression type when writing to a file.