OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::If< IF, ThenType, ElseType > Struct Template Reference

Type selection (IF ? ThenType : ElseType) More...

Detailed Description

template<bool IF, typename ThenType, typename ElseType>
struct cub::If< IF, ThenType, ElseType >

Type selection (IF ? ThenType : ElseType)

Definition at line 72 of file util_type.cuh.

Public Types

typedef ThenType Type
 Conditional type result.
 

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