toBinOp.toBinOp

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

Meta