Thrust
Classes | Namespaces
iterator_facade.h File Reference

A class which exposes a public interface for iterators. More...

#include <thrust/detail/config.h>
#include <thrust/detail/type_traits.h>
#include <thrust/iterator/detail/iterator_facade_category.h>
#include <thrust/iterator/detail/distance_from_result.h>

Go to the source code of this file.

Classes

class  thrust::iterator_facade< Derived, Value, System, Traversal, Reference, Difference >
 
class  thrust::iterator_core_access
 
class  thrust::iterator_facade< Derived, Value, System, Traversal, Reference, Difference >
 

Namespaces

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

Detailed Description

A class which exposes a public interface for iterators.