![]() |
Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <hydra/detail/Config.h>#include <hydra/detail/BackendPolicy.h>#include <utility>#include <hydra/detail/external/hydra_thrust/gather.h>#include <hydra/Range.h>Go to the source code of this file.
Namespaces | |
| hydra | |
| Generic policies definition. | |
Macros | |
| #define | GATHER_INL_ |
Functions | |
| template<typename Iterable_Source , typename Iterable_Target , typename Iterable_Map > | |
| std::enable_if< hydra::detail::is_iterable< Iterable_Source >::value &&hydra::detail::is_iterable< Iterable_Target >::value &&hydra::detail::is_iterable< Iterable_Map >::value, Range< decltype(std::declval< Iterable_Target & >).begin())> >::type | hydra::gather (Iterable_Source &&source, Iterable_Map &&map, Iterable_Target &&target) |
| #define GATHER_INL_ |