Quantity.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(Q other)
  2. auto opBinary(T other)
    struct Quantity(N, Dim...)
    const
    opBinary
    (
    string op
    T
    )
    ()
    if (
    !isQuantity!T &&
    (
    op == "+" ||
    op == "-"
    )
    )
  3. auto opBinary(Q other)
  4. auto opBinary(T other)
  5. auto opBinary(T power)

Meta