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

#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <hydra/detail/utility/Generic.h>
#include <hydra/Tuple.h>
#include <hydra/detail/external/hydra_thrust/iterator/zip_iterator.h>
#include <hydra/detail/external/hydra_thrust/tuple.h>
#include <hydra/Range.h>
#include <utility>

Go to the source code of this file.

Namespaces
Functions
template<typename ... Iterables>
std::enable_if< detail::all_true< detail::is_iterable< Iterables >::value... >::value, Range< hydra::thrust::zip_iterator< decltype(hydra::thrust::make_tuple(std::declval< Iterables & >).begin()...))> > >::type hydra::zip (Iterables &&... iterables)