SafeInt.opBinary

Perform a floating-point math operation.

  1. M opBinary(M right)
    struct SafeInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    const pure @safe nothrow @nogc
    M
    opBinary
    (
    string op
    M
    )
    (
    const M right
    )
    if (
    isFloatingPoint!M
    )
    if (
    isIntegral!N &&
    )
  2. SafeInt!(OpType!(N, op, BasicScalar!M), .max(policy, intFlagPolicyOf!M), bitOps && hasBitOps!M) opBinary(M right)
  3. M opBinaryRight(M left)

Meta