| 
    OpenMPCD
    
   | 
 
Contains information on certain types. More...
#include <TypeTraits.hpp>
Contains information on certain types.
The following types are defined:
| Name | Meaning | 
|---|---|
| RealType | If T is a floating-point type, this is T. If T is of the form std::complex<U> for some floating-point type U, this is U. | 
| isStandardFloatingPoint | Whether T is a floating-point type, as defined in the C++ standard (i.e. float, double, or long double).   | 
| isComplex | If T is of the form std::complex<U> for some type U, this is true, else false.    | 
| T | The type in question. | 
Definition at line 46 of file TypeTraits.hpp.
 1.8.17