QVariant.opBinaryRight

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

Meta