#include <EnginePatch.h>
Public Types | |
| typedef AssertEquals | Combine_t |
(Or throw an assertion if the answer is ambiguous.) Typical use would look like:
int n = engineFunctor(a.engine(), EngineNumPatches());
for (i = 0; i < n; ++i)
calculate(a.patch(i));
1.5.9