Class Body
implementing the concept of parallel_do body must define:
B::operator()(
cv_item_type item,
) const
OR
B::operator()( cv_item_type& item ) const
Class the user supplied algorithm body uses to add new tasks.
Process item. May be invoked concurrently for the same this
but different item
.
item_type( const item_type& )
Copy a work item.
- Destroy a work item