Tomographer  v1.0a
Tomographer C++ Framework Documentation
Tomographer::Tools::is_complex< Scalar > Struct Template Reference

statically determine whether a type is complex More...

#include <tomographer/qit/util.h>

Public Types

enum  
 

Detailed Description

template<typename Scalar>
struct Tomographer::Tools::is_complex< Scalar >

statically determine whether a type is complex

This class provides an enum memeber named value which is either set to 1 if the type Scalar is of type std::complex<>, or else set to 0.

Definition at line 61 of file util.h.


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