thrust::make_zip_function
Defined in thrust/zip_function.h
- 
template<typename Function>
 zip_function<typename std::decay<Function>::type> thrust::make_zip_function(Function &&fun)
- make_zip_functioncreates a- zip_functionfrom a function object.- See also - Parameters
- fun – The N-ary function object. 
- Returns
- A - zip_functionthat takes a N-tuple.