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/utility/StaticAssert.h>
#include <hydra/detail/FunctorTraits.h>
#include <hydra/detail/ArgumentTraits.h>
#include <hydra/detail/Parameters.h>
#include <hydra/detail/FunctionArgument.h>
#include <hydra/detail/GetTupleElement.h>
#include <hydra/detail/external/hydra_thrust/iterator/detail/tuple_of_iterator_references.h>
#include <hydra/detail/external/hydra_thrust/tuple.h>
#include <hydra/detail/external/hydra_thrust/detail/type_traits.h>
#include <array>
#include <initializer_list>
#include <type_traits>
Go to the source code of this file.
Data Structures | |
class | hydra::Lambda< LambdaType, NPARAM > |
class | hydra::Lambda< LambdaType, NPARAM > |
class | hydra::Lambda< LambdaType, 0 > |
Namespaces | |
hydra | |
Generic policies definition. | |
Functions | |
template<typename LambdaType > | |
hydra::Lambda< LambdaType, 0 > | hydra::wrap_lambda (LambdaType const &lambda) |
template<typename LambdaType , typename ... T> | |
std::enable_if< detail::all_true< std::is_same< T, hydra::Parameter >::value... >::value, hydra::Lambda< LambdaType, sizeof...(T)> >::type | hydra::wrap_lambda (LambdaType const &lambda, T const &...parameters) |