thrust::make_tabulate_output_iterator
Defined in thrust/iterator/tabulate_output_iterator.h
- 
template<typename BinaryFunction>
 tabulate_output_iterator<BinaryFunction> thrust::make_tabulate_output_iterator(BinaryFunction fun)
- make_tabulate_output_iteratorcreates a- tabulate_output_iteratorfrom a- BinaryFunction.- See also - Parameters
- fun – The - BinaryFunctioninvoked whenever assigning to a dereferenced- tabulate_output_iterator