Provide wrappers to std::for_each which take ranges instead of having to pass begin/end explicitly.

Synopsis

Declared in <llvm/ADT/STLExtras.h>

template<
    typename R,
    typename UnaryFunction>
UnaryFunction
for_each(
    R&& Range,
    UnaryFunction F);

Created with MrDocs