NDVectorIOcvd< T > Struct Template Reference

Structure to read and write ND vectors to and from cvd files. More...

#include <mia/template/cvd_io_trait.hh>

Static Public Member Functions

static bool read (std::istream &is, T &value)
 
static void write (std::ostream &os, const T &value)
 

Detailed Description

template<typename T>
struct NDVectorIOcvd< T >

Structure to read and write ND vectors to and from cvd files.

Definition at line 35 of file cvd_io_trait.hh.

Member Function Documentation

◆ read()

template<typename T >
static bool NDVectorIOcvd< T >::read ( std::istream &  is,
T &  value 
)
inlinestatic

Definition at line 36 of file cvd_io_trait.hh.

◆ write()

template<typename T >
static void NDVectorIOcvd< T >::write ( std::ostream &  os,
const T &  value 
)
inlinestatic

Definition at line 40 of file cvd_io_trait.hh.

References NS_MIA_END.


The documentation for this struct was generated from the following file: