Tomographer  v1.0a
Tomographer C++ Framework Documentation
Tomographer::MAT::VarValueDecoder< T, typename std::enable_if<(std::numeric_limits< T >::is_specialized||Tools::is_complex< T >::value)>::type > Struct Template Reference

Interface to read out a single value. More...

#include <tomographer/tools/ezmatio.h>

Public Types

typedef T RetType
 

Static Public Member Functions

static void checkShape (const Var &var)
 
static RetType decodeValue (const Var &var)
 

Detailed Description

template<typename T>
struct Tomographer::MAT::VarValueDecoder< T, typename std::enable_if<(std::numeric_limits< T >::is_specialized||Tools::is_complex< T >::value)>::type >

Interface to read out a single value.

Definition at line 1261 of file ezmatio.h.


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