ΒΆtemplate <class Policy,
          class IndexTy,
          class FuncTy>
void for_each_n(Policy policy,
                IndexTy Begin,
                IndexTy End,
                FuncTy Fn)

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

Templates

Policy
IndexTy
FuncTy

Parameters

Policy policy
IndexTy Begin
IndexTy End
FuncTy Fn