ParallelForBody

[req.parallel_for_body]

A type Body satisfies the ParallelForBody if it meets the following requirements:


ParallelForBody Requirements: Pseudo-Signature, Semantics

Body::Body(const Body&)

Copy constructor.

Body::~Body()

Destructor.

void Body::operator()(Range &range) const

Apply body to range. Range type shall meet the Range requirements.

See also: