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

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

Templates

Policy
IterTy
FuncTy

Parameters

Policy policy
IterTy Begin
IterTy End
FuncTy Fn