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;
}

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты