statType.statType

Undocumented in source.
  1. alias statType = Unqual!T
  2. alias statType = double
  3. alias statType = Unqual!T
  4. alias statType = Unqual!T
    template statType(T, bool checkComplex = true)
    package
    static if(!(isFloatingPoint!T))
    static if(!(is(T : double)))
    static if(checkComplex)
    static if(isComplex!T)
    static if(!(is(T : cdouble)))
    alias statType = Unqual!T
  5. alias statType = cdouble

Meta