isFortranType

Detect whether T is a FORTRAN-compatible floating-point type. The FORTRAN-compatible types are: float, double, cfloat, cdouble.

  1. template isFortranType(T)
    template isFortranType (
    T
    ) if (
    !isComplex!T
    ) {}
  2. template isFortranType(T)

Members

Variables

isFortranType
enum bool isFortranType;
Undocumented in source.

Meta