Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
ForEach.inl File Reference
#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>
Include dependency graph for ForEach.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 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)
 

Macro Definition Documentation

◆ FOREACH_H_

#define FOREACH_H_