Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
Gather.inl File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <utility>
#include <hydra/detail/external/hydra_thrust/gather.h>
#include <hydra/Range.h>
Include dependency graph for Gather.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 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)
 

Macro Definition Documentation

◆ GATHER_INL_

#define GATHER_INL_