Thrust
Classes | Namespaces | Functions
discard_iterator.h File Reference

An iterator which "discards" (ignores) values assigned to it upon dereference. More...

#include <thrust/detail/config.h>
#include <thrust/iterator/detail/discard_iterator_base.h>
#include <thrust/iterator/iterator_facade.h>

Go to the source code of this file.

Classes

class  thrust::discard_iterator< System >
 

Namespaces

 thrust
 thrust is the top-level namespace which contains all Thrust functions and types.
 

Functions

__host__ __device__ discard_iterator thrust::make_discard_iterator (discard_iterator<>::difference_type i=discard_iterator<>::difference_type(0))
 

Detailed Description

An iterator which "discards" (ignores) values assigned to it upon dereference.