Function object that invokes a workfunction by expanding a set views stored in a tuple into a comma separated list of parameters. This list defines the actual parameters to the workfunction.It is used for workfunctions returning void. More...
Function object that invokes a workfunction by expanding a set views stored in a tuple into a comma separated list of parameters. This list defines the actual parameters to the workfunction.
It is used for workfunctions returning void.
WF | Workfunction type. |
ViewSet | A tuple where each element is a view that should be passed to the workfunction invocation. |
IdxList | Integer pack of indices used for tuple argument expansion. |