Searched defs:OperationBuilder (Results 1 – 2 of 2) sorted by relevance
81 struct OperationBuilder { struct83 OperationBuilder(Args... args) { in OperationBuilder() function87 operator Op() { return op; } in Op()89 Op op;
34 public interface OperationBuilder { interface