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
Зареєструйся Зараз
або Підпишись на майбутні тести