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