Thrust
|
An iterator which adapts another iterator by applying transform functions when reading and writing dereferenced values. More...
#include <thrust/detail/config.h>
#include <thrust/iterator/detail/transform_input_output_iterator.inl>
Go to the source code of this file.
Classes | |
class | thrust::transform_input_output_iterator< InputFunction, OutputFunction, Iterator > |
Namespaces | |
thrust | |
thrust is the top-level namespace which contains all Thrust functions and types. | |
Functions | |
template<typename InputFunction , typename OutputFunction , typename Iterator > | |
transform_input_output_iterator< InputFunction, OutputFunction, Iterator > __host__ __device__ | thrust::make_transform_input_output_iterator (Iterator io, InputFunction input_function, OutputFunction output_function) |
An iterator which adapts another iterator by applying transform functions when reading and writing dereferenced values.