Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
Reduce.inl File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <utility>
#include <hydra/detail/external/hydra_thrust/reduce.h>
#include <hydra/detail/external/hydra_thrust/iterator/iterator_traits.h>
#include <hydra/Range.h>
Include dependency graph for Reduce.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hydra
 Generic policies definition.
 

Macros

#define REDUCE_INL_
 

Functions

template<typename Iterable >
std::enable_if< hydra::detail::is_iterable< Iterable >::value, typename hydra::thrust::iterator_traits< decltype(std::declval< Iterable >).begin())>::value_type >::type hydra::reduce (Iterable &&iterable)
 
template<typename Iterable , typename Functor , typename T = typename hydra::thrust::iterator_traits< decltype(std::declval<Iterable>().begin())>::value_type>
std::enable_if< hydra::detail::is_iterable< Iterable >::value, T >::type hydra::reduce (Iterable &&iterable, T const &init, Functor const &binary_functor)
 

Macro Definition Documentation

◆ REDUCE_INL_

#define REDUCE_INL_