Symphony Of Empires
parallel_for.hpp File Reference
#include <ranges>
#include <tbb/blocked_range.hpp>
Include dependency graph for parallel_for.hpp:

Go to the source code of this file.

Namespaces

 tbb
 

Functions

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