Overview
Setup
Releases
Contributing
Thrust API documentation
Thrust: The C++ Parallel Algorithms Library API
Directory hierarchy
Namespace hierarchy
Defines
Directories
Functions
Namespaces
std
thrust
Classes
Functions
Namespaces
thrust::cpp
thrust::mr
Classes
Functions
Structs
thrust::mr::disjoint_synchronized_pool_resource
thrust::mr::pool_options
thrust::mr::synchronized_pool_resource
thrust::mr::validator
thrust::mr::validator2
thrust::mr::validator2< T, T >
Typedefs
thrust::omp
thrust::placeholders
thrust::random
thrust::system
thrust::tbb
Structs
Typedefs
Variables
thrust
»
Thrust: The C++ Parallel Algorithms Library API
»
thrust
»
thrust::mr
»
thrust::mr::validator2
thrust::mr::validator2
Defined in
thrust/mr/validator.h
template
<
typename
T
,
typename
U
>
struct
validator2
:
private
thrust
::
mr
::
validator
<
T
>
,
private
thrust
::
mr
::
validator
<
U
>