make_zip_function
#
-
template<typename Function>
zip_function<::cuda::std::decay_t<Function>> thrust::make_zip_function( - Function &&fun,
make_zip_function
creates azip_function
from a function object.See also
- Parameters:
fun – The N-ary function object.
- Returns:
A
zip_function
that takes a N-tuple.