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 <hydra/Types.h>
#include <hydra/detail/external/hydra_thrust/for_each.h>
#include <utility>
Go to the source code of this file.
Namespaces | |
hydra | |
Generic policies definition. | |
Macros | |
#define | FOREACH_H_ |
Functions | |
template<typename Iterable , typename Functor > | |
std::enable_if< hydra::detail::is_iterable< Iterable >::value, Range< decltype(std::declval< Iterable & >).begin())> >::type | hydra::for_each (Iterable &&iterable, Functor const &functor) |
#define FOREACH_H_ |