ΒΆtemplate <typename R, typename UnaryPredicate>
UnaryPredicate for_each(R&& Range,
UnaryPredicate P)
template <typename R, typename UnaryPredicate>
UnaryPredicate for_each(R&& Range,
UnaryPredicate P)
Description
Provide wrappers to std::for_each which take ranges instead of having to pass begin/end explicitly.
Declared at: llvm/include/llvm/ADT/STLExtras.h:1175
Templates
- R
- UnaryPredicate
Parameters
- R&& Range
- UnaryPredicate P