carb::tasking::ApplyFn

Defined in carb/tasking/TaskingTypes.h

using carb::tasking::ApplyFn = void (*)(size_t index, void *taskArg)

The function executed by ITasking::applyRange()

Parameters