Tomographer  v2.0
Tomographer C++ Framework Documentation
Tomographer::Tools::isComplex< Scalar > Struct Template Reference

statically determine whether a type is complex More...

#include <tomographer2/tools/cxxutil.h>

Public Types

enum  
 

Detailed Description

template<typename Scalar>
struct Tomographer::Tools::isComplex< 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 341 of file cxxutil.h.


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