ΒΆtemplate <class IterTy, class FuncTy>
void for_each(
llvm::parallel::parallel_execution_policy
policy,
IterTy Begin,
IterTy End,
FuncTy Fn)
template <class IterTy, class FuncTy>
void for_each(
llvm::parallel::parallel_execution_policy
policy,
IterTy Begin,
IterTy End,
FuncTy Fn)
Declared at: llvm/include/llvm/Support/Parallel.h:208
Templates
- IterTy
- FuncTy
Parameters
- llvm::parallel::parallel_execution_policy policy
- IterTy Begin
- IterTy End
- FuncTy Fn