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/Tuple.h>
#include <hydra/detail/external/hydra_thrust/tuple.h>
#include <hydra/detail/external/hydra_thrust/type_traits/void_t.h>
#include <hydra/detail/external/hydra_thrust/iterator/iterator_traits.h>
#include <type_traits>
#include <utility>
#include <hydra/detail/TupleTraits.h>
Go to the source code of this file.
Data Structures | |
struct | hydra::detail::tuple_utility::do_tuple< T > |
struct | hydra::detail::tuple_utility::flat_tuple< T > |
Namespaces | |
hydra | |
Generic policies definition. | |
hydra::detail | |
hydra::detail::tuple_utility | |
Functions | |
template<typename ... T> | |
__hydra_host__ __hydra_device__ detail::tuple_utility::flat_tuple< T... >::type | hydra::get_flat_tuple (T const &... args) |
template<typename T > | |
__hydra_host__ __hydra_device__ std::enable_if< detail::is_tuple< T >::value, T >::type | hydra::detail::tupler (T const &data) |
template<typename T > | |
__hydra_host__ __hydra_device__ std::enable_if<!detail::is_tuple< T >::value, hydra::tuple< T > >::type | hydra::detail::tupler (T const &data) |