Lift
Library of parallel computing primitives for GPUs and multi-core CPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Types | List of all members
lift::thrust_iterator_adaptor< system, T, Iterator > Struct Template Reference

#include <thrust_wrappers.h>

Inheritance diagram for lift::thrust_iterator_adaptor< system, T, Iterator >:

Public Types

typedef
thrust::iterator_adaptor
< thrust_iterator_adaptor
< system, T, Iterator >
, Iterator, T, typename
backend_policy< system >::tag > 
base
 

Detailed Description

template<target_system system, typename T, typename Iterator>
struct lift::thrust_iterator_adaptor< system, T, Iterator >

Definition at line 45 of file thrust_wrappers.h.

Member Typedef Documentation

template<target_system system, typename T , typename Iterator >
typedef thrust::iterator_adaptor<thrust_iterator_adaptor<system, T, Iterator>, Iterator, T, typename backend_policy<system>::tag> lift::thrust_iterator_adaptor< system, T, Iterator >::base

Definition at line 54 of file thrust_wrappers.h.


The documentation for this struct was generated from the following file: