#include <adobe/config.hpp>
#include <adobe/algorithm/identity_element.hpp>
#include <adobe/algorithm/other_of.hpp>
#include <adobe/functional.hpp>
#include <adobe/iterator/type_functions.hpp>
#include <algorithm>
#include <functional>
#include <vector>
Go to the source code of this file.
Namespaces |
namespace | adobe |
Functions |
template<typename I , typename Op > |
std::iterator_traits< I >
::value_type | add_to_counter (I f, I l, Op op, ADOBE_VALUE_TYPE(I) x, ADOBE_VALUE_TYPE(I) z=adobe::identity_element< Op >()()) |
template<typename I , typename Op > |
std::iterator_traits< I >
::value_type | reduce_balanced (I f, I l, Op op, ADOBE_VALUE_TYPE(I) z=adobe::identity_element< Op >()()) |
template<typename I , typename Op > |
std::iterator_traits< I >
::value_type | reduce_nonzeros (I f, I l, Op op, ADOBE_VALUE_TYPE(I) z=adobe::identity_element< Op >()()) |