Symphony Of Empires
|
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) |
void tbb::parallel_for | ( | It | first, |
It | last, | ||
F && | func | ||
) |
Definition at line 38 of file parallel_for.hpp.
void tbb::parallel_for | ( | T | range, |
F && | func | ||
) |