Ocean
|
This helper class allows to determine a compile-time known boolean statement whether a set of available instruction contains (included) a specified (minimal requirement) instruction. More...
This helper class allows to determine a compile-time known boolean statement whether a set of available instruction contains (included) a specified (minimal requirement) instruction.
See this tutorial:
tHighestInstructions | The set of available instructions, may be any combination of instructions |
tNecessaryInstruction | The instruction that is required for a specific function (the minimal requirement), must be one specific instruction (not a set of several instructions) |