ΒΆtemplate <class IndexTy, class FuncTy>
void parallel_for_each_n(IndexTy Begin,
                         IndexTy End,
                         FuncTy Fn)

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

Templates

IndexTy
FuncTy

Parameters

IndexTy Begin
IndexTy End
FuncTy Fn