zip_function#
-
template<class _Fn>
class zip_function# Adaptor that transforms a functor taking arguments of types
Ts
… into one accepting atuple<Ts...>
- Template Parameters:
_Fn – The functor to wrap
Public Functions
-
template<class _Fn2 = _Fn, ::cuda::std::enable_if_t<::cuda::std::default_initializable<_Fn2>, int> = 0>
inline constexpr zip_function( default construct a zip_function
- inline constexpr zip_function(
- const _Fn &__fun,
construct a zip_function from a functor
- inline constexpr zip_function(
- _Fn &&__fun,
construct a zip_function from a functor