Changes

Jump to: navigation, search

J&J

2 bytes removed, 18:59, 11 December 2016
Initializing and Terminating the Library
Intel Threading Building Blocks components are defined in the tbb namespace. The using directive in the example enables you to use the library identifiers without having to write out the namespace prefix tbb before each identifier.
  #include "tbb/task_scheduler_init.h"  '''using namespace tbb;'''  int main( ) {  task_scheduler_init init;  ...  return 0;    }
== Rich Feature Set for Parallelism ==
10
edits

Navigation menu