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