OpenMPCD
|
Specialization of OpenMPCD::TypeTraits
for long double
.
More...
#include <TypeTraits.hpp>
Public Types | |
typedef long 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 long double
.
Definition at line 89 of file TypeTraits.hpp.
typedef long double OpenMPCD::TypeTraits< long double >::RealType |
The type of the real (i.e. non-complex) component.
Definition at line 91 of file TypeTraits.hpp.
|
static |
Whether this type is of type std::complex<U>
for some U
.
Definition at line 98 of file TypeTraits.hpp.
|
static |
Whether this is one of the language-standard floating point types.
Definition at line 94 of file TypeTraits.hpp.