Which algorithm implementation is given below?
template<typename In, typename Op> Op xxx(In first, In last, Op oper)
{
    while(first != last)
        oper(*first++);
    return oper;
}

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes