Main Page
Modules
Namespaces
Classes
Files
Related Pages
Main Page
»
TBB concepts
Requirements on parallel_for body
Class
Body
implementing the concept of parallel_for body must define: -
Body::Body(
const
Body& );
Copy constructor -
Body::~Body();
Destructor -
void
Body::operator()( Range& r )
const
;
Function call operator applying the body to range
r
.
Copyright © 2005-2009 Intel Corporation. All Rights Reserved.
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.
* Other names and brands may be claimed as the property of others.