Tomographer  v5.3
Tomographer C++ Framework Documentation
Tomographer::Tools::ComplexRealScalar< Scalar > Struct Template Reference

The Real scalar type corresponding to a std::complex type. More...

#include <tomographer/tools/cxxutil.h>

Public Types

typedef Scalar type
 

Detailed Description

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

The Real scalar type corresponding to a std::complex type.

If the type Scalar is of the form std::complex<T>, then this struct has a single member type which is an alias of T.

If the type Scalar is not an std::complex<T> type, then the member type is just an alias of Scalar.

Definition at line 340 of file cxxutil.h.


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