OpenMPCD
|
Specialization of OpenMPCD::TypeTraits
for double
.
More...
#include <TypeTraits.hpp>
Public Types | |
typedef double | RealType |
The type of the real (i.e. non-complex) component. More... | |
Static Public Attributes | |
static const bool | isStandardFloatingPoint = true |
Whether this is one of the language-standard floating point types. More... | |
static const bool | isComplex = false |
Whether this type is of type std::complex<U> for some U . More... | |
Specialization of OpenMPCD::TypeTraits
for double
.
Definition at line 71 of file TypeTraits.hpp.
typedef double OpenMPCD::TypeTraits< double >::RealType |
The type of the real (i.e. non-complex) component.
Definition at line 73 of file TypeTraits.hpp.
|
static |
Whether this type is of type std::complex<U>
for some U
.
Definition at line 80 of file TypeTraits.hpp.
|
static |
Whether this is one of the language-standard floating point types.
Definition at line 76 of file TypeTraits.hpp.