Template Function uitsl::accumulate_if

Function Documentation

template<typename InputIterator, typename AccumulateType, typename BinaryOperation, typename Predicate>
const AccumulateType uitsl::accumulate_if(InputIterator first, const InputIterator last, AccumulateType init, BinaryOperation &&binary_op, Predicate &&predicate)