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

Functions

template<typename Iterable_Input , typename Iterable_Output , typename Functor , typename Iterator = decltype(std::declval<Iterable_Output>().begin())>
std::enable_if< hydra::detail::is_iterable< Iterable_Output >::value, Range< decltype(std::declval< Iterable_Output & >).begin())> >::type hydra::transform (Iterable_Input &&iterable_input, Iterable_Output &&iterable_output, Functor const &unary_functor)
 

Macro Definition Documentation

◆ TRANSFORM_INL_

#define TRANSFORM_INL_