ΒΆtemplate <typename R,
typename OutputIt,
typename UnaryFunction>
OutputIt transform(R&& Range,
OutputIt d_first,
UnaryFunction F)
template <typename R,
typename OutputIt,
typename UnaryFunction>
OutputIt transform(R&& Range,
OutputIt d_first,
UnaryFunction F)
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:1723
Templates
- R
- OutputIt
- UnaryFunction
Parameters
- R&& Range
- OutputIt d_first
- UnaryFunction F