21 #ifndef mia_template_cvd_io_trait_hh 22 #define mia_template_cvd_io_trait_hh 36 static bool read(std::istream& MIA_PARAM_UNUSED(is), T& MIA_PARAM_UNUSED(value)) {
37 static_assert(
sizeof(T) == 0,
"NDVectorIOcvd::read needs specialization");
40 static void write(std::ostream& MIA_PARAM_UNUSED(os),
const T& MIA_PARAM_UNUSED(value)){
41 static_assert(
sizeof(T) == 0,
"NDVectorIOcvd::read needs specialization");
static void write(std::ostream &os, const T &value)
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
Structure to read and write ND vectors to and from cvd files.
static bool read(std::istream &is, T &value)
#define NS_MIA_END
conveniance define to end the mia namespace