SafeInt.opBinary

Perform a floating-point math operation.

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

Meta