#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>
Go to the source code of this file.
|
| hydra |
| Generic policies definition.
|
|
|
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) |
|
◆ TRANSFORM_INL_