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