Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
Scatter.inl File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <utility>
#include <hydra/detail/external/hydra_thrust/scatter.h>
#include <hydra/Range.h>
Include dependency graph for Scatter.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 SCATTER_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::scatter (Iterable_Source &&source, Iterable_Map &&map, Iterable_Target &&target)
 

Macro Definition Documentation

◆ SCATTER_INL_

#define SCATTER_INL_