thrust::make_zip_function#
-
template<typename Function>
zip_function<::cuda::std::decay_t<Function>> thrust::make_zip_function( - Function &&fun
make_zip_functioncreates azip_functionfrom a function object.Added in version 2.2.0.
See also
- Parameters:
fun – The N-ary function object.
- Returns:
A
zip_functionthat takes a N-tuple.