toBinOp.toBinOp

Undocumented in source.
  1. enum toBinOp;
  2. enum toBinOp;
  3. enum toBinOp;
    template toBinOp(string op)
    static if(hasMember!(T, "opBinary") || hasMember!(T, "opBinaryRight"))
    static if(!(hasLeft && hasRight))
    static if(!(hasLeft))
    static if(hasRight)
    enum toBinOp = BinaryOperator(op, BinOpDir.right);

Meta