#include <Magnum/Math/ConfigurationValue.h>
template<std:: size_t cols, std:: size_t rows, class T>
ConfigurationValue<Magnum::Math::RectangularMatrix<cols, rows, T>> struct
Configuration value parser and writer.
Public static functions
-
static auto toString(const Magnum::
Math:: RectangularMatrix<cols, rows, T>& value, ConfigurationValueFlags flags) -> std:: string - Writes elements separated with spaces.
-
static auto fromString(const std::
string& stringValue, ConfigurationValueFlags flags) -> Magnum:: Math:: RectangularMatrix<cols, rows, T> - Reads elements separated with whitespace.