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