Symphony Of Empires
tbb Namespace Reference

Classes

struct  blocked_range
 
struct  combinable
 
struct  concurrent_vector
 

Functions

template<typename T , typename F >
void parallel_for (T range, F &&func)
 
template<typename It , typename F >
void parallel_for (It first, It last, F &&func)
 

Function Documentation

◆ parallel_for() [1/2]

template<typename It , typename F >
void tbb::parallel_for ( It  first,
It  last,
F &&  func 
)

Definition at line 38 of file parallel_for.hpp.

◆ parallel_for() [2/2]

template<typename T , typename F >
void tbb::parallel_for ( range,
F &&  func 
)

Definition at line 32 of file parallel_for.hpp.

Here is the caller graph for this function: