template<typename In, typename Op> Op xxx(In first, In last, Op oper) { while(first != last) oper(*first++); return oper; }
Login in to like
Login in to comment
or Read more about C++ Quizzes
Login in to like
Login in to comment