Hydra: TupleUtility.h File Reference (original) (raw)

#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.

Namespaces
Functions
template<typename ... T>
__hydra_host__ __hydra_device__ detail::tuple_utility::flat_tuple< T... >::type hydra::get_flat_tuple (T const &... args)
template
__hydra_host__ __hydra_device__ std::enable_if< detail::is_tuple< T >::value, T >::type hydra::detail::tupler (T const &data)
template
__hydra_host__ __hydra_device__ std::enable_if<!detail::is_tuple< T >::value, hydra::tuple< T > >::type hydra::detail::tupler (T const &data)