ΒΆtemplate <typename R,
          typename OutputIt,
          typename UnaryPredicate>
OutputIt transform(R&& Range,
                   OutputIt d_first,
                   UnaryPredicate P)

Description

Wrapper function around std::transform to apply a function to a range and store the result elsewhere.

Declared at: llvm/include/llvm/ADT/STLExtras.h:1264

Templates

R
OutputIt
UnaryPredicate

Parameters

R&& Range
OutputIt d_first
UnaryPredicate P