29 for (
size_t i = 0; i < input.
size(); ++i)
CellArray is a particular type of Variable specialized for cell arrays.
bool setElement(const std::vector< index_type > &el, const Variable &newValue)
Set the element at the specified position.
Element allows having a 1x1 variable (like double, int,..) castable to a primitive type.
Vector is a particular type of Variable specialized for 1-D arrays of a generic type T.
matioCpp::Vector< typename std::remove_cv_t< typename matioCpp::SpanUtils::container_data< Vector >::type > > make_variable(const std::string &name, const Vector &input)
Conversion from a generic vector to a matioCpp::Vector.