ResizeNumericType.ResizeNumericType

Undocumented in source.
  1. alias ResizeNumericType = SignedBitsType!bits
  2. alias ResizeNumericType = UnsignedBitsType!bits
  3. alias ResizeNumericType = float
  4. alias ResizeNumericType = double
    template ResizeNumericType(T, uint bits)
    static if(!(is(T : ulong)))
    static if(is(T : real))
    static if(!(bits <= float.mant_dig))
    static if(bits <= double.mant_dig)
    alias ResizeNumericType = double
  5. alias ResizeNumericType = real

Meta