ΒΆtemplate <class IterTy, class FuncTy>
void parallelForEach(IterTy Begin,
                     IterTy End,
                     FuncTy Fn)

Declared at: llvm/include/llvm/Support/Parallel.h:199

Templates

IterTy
FuncTy

Parameters

IterTy Begin
IterTy End
FuncTy Fn