Generalized Identity Operations

template <typename T = void> struct thrust::identity;
struct thrust::identity< void >;
template <typename T = void> struct thrust::maximum;
struct thrust::maximum< void >;
template <typename T = void> struct thrust::minimum;
struct thrust::minimum< void >;
template <typename T1 = void,   typename T2 = void> struct thrust::project1st;
struct thrust::project1st< void, void >;
template <typename T1 = void,   typename T2 = void> struct thrust::project2nd;
struct thrust::project2nd< void, void >;

Member Classes

Struct thrust::identity

Struct thrust::identity< void >

Struct thrust::maximum

Struct thrust::maximum< void >

Struct thrust::minimum

Struct thrust::minimum< void >

Struct thrust::project1st

Struct thrust::project1st< void, void >

Struct thrust::project2nd

Struct thrust::project2nd< void, void >