OpenMPCD
Public Types | Static Public Attributes | List of all members
OpenMPCD::TypeTraits< long double > Struct Reference

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...
 

Detailed Description

Specialization of OpenMPCD::TypeTraits for long double.

See also
OpenMPCD::TypeTraits.

Definition at line 89 of file TypeTraits.hpp.

Member Typedef Documentation

◆ RealType

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.

Member Data Documentation

◆ isComplex

const bool OpenMPCD::TypeTraits< long double >::isComplex = false
static

Whether this type is of type std::complex<U> for some U.

Definition at line 98 of file TypeTraits.hpp.

◆ isStandardFloatingPoint

const bool OpenMPCD::TypeTraits< long double >::isStandardFloatingPoint = true
static

Whether this is one of the language-standard floating point types.

Definition at line 94 of file TypeTraits.hpp.


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