My Project
|
#include <OpDefinition.h>
Classes | |
class | Impl |
This class provides the API for ops that are known to have a at least a specified number of operands. This is used as a trait like this:
class FooOp : public Op<FooOp, OpTrait::AtLeastNOperands<2>::Impl> {