ParallelForBody¶
[req.parallel_for_body]
A type Body satisfies the ParallelForBody if it meets the following requirements:
ParallelForBody Requirements: Pseudo-Signature, Semantics
-
Body::~Body()¶ Destructor.
-
void
Body::operator()(Range &range) const¶ Apply body to range.
Rangetype shall meet the Range requirements.
See also: