template<InputType, ResultType, JobContainerType>
class IG::Num::ParallelJobDispatcherGen< InputType, ResultType, JobContainerType >
Parallel job dispatcher for job containers that inherit from ParallelJobContainerGen.
Parallel job jerver for job containers that inherit from ParallelJobContainerGen.
- Template Parameters:
-
InputType | Type of inpout data for jobs. |
ResultType | Type of output data for jobs. |
JobContainerType | Type of the job data container used by this parallel server class. It must be be of type ParallelJobContainer<InputType, ResultType>, or must derive form this type. |
- Template Parameters:
-
InputType | Type of inpout data for jobs. |
ResultType | Type of output data for jobs. |
- Type Constraints
-
JobContainerType | : | ParallelJobContainerGen | |
JobContainerType | : | InputType | |
JobContainerType | : | ResultType | |