OutputIterator transform(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, InputIterator3 first3, OutputIterator result_first, ThreeOperation three_op)
transform 3参数的transform,对std::transform的扩展,适用于3参数
Definition da_algorithm.hpp:205