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()

Param index

The ApplyFn is called once for every integer index value from 0 to the range provided to ITasking::applyRange().

Param taskArg

The argument passed to ITasking::applyRange().