![]() |
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/Types.h>#include <hydra/detail/TypeTraits.h>#include <hydra/detail/utility/Utility_Tuple.h>#include <hydra/detail/base_functor.h>#include <hydra/detail/Constant.h>#include <hydra/detail/FunctorTraits.h>#include <hydra/detail/CompositeTraits.h>#include <hydra/Parameter.h>#include <hydra/Tuple.h>#include <hydra/detail/BaseCompositeFunctor.h>#include <hydra/detail/TupleUtility.h>#include <hydra/detail/TupleTraits.h>Go to the source code of this file.
Data Structures | |
| class | hydra::Compose< F0, F1, Fs > |
Namespaces | |
| hydra | |
| Generic policies definition. | |
Functions | |
| template<typename T0 , typename T1 , typename ... Ts> | |
| std::enable_if<(detail::is_hydra_functor< T0 >::value||detail::is_hydra_lambda< T0 >::value) &&(detail::is_hydra_functor< T1 >::value||detail::is_hydra_lambda< T1 >::value) &&detail::all_true<(detail::is_hydra_functor< Ts >::value||detail::is_hydra_lambda< Ts >::value)... >::value, Compose< T0, T1, Ts... > >::type | hydra::compose (T0 const &F0, T1 const &F1, Ts const &...Fs) |