OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::CubVector< T, 2 > Struct Template Reference

Detailed Description

template<typename T>
struct cub::CubVector< T, 2 >

Generic vector-2 type

Definition at line 481 of file util_type.cuh.

Public Types

typedef T BaseType
 
typedef CubVector< T, 2 > Type
 

Data Fields

x
 
y
 

Member Typedef Documentation

◆ BaseType

template<typename T >
typedef T cub::CubVector< T, 2 >::BaseType

Definition at line 486 of file util_type.cuh.

◆ Type

template<typename T >
typedef CubVector<T, 2> cub::CubVector< T, 2 >::Type

Definition at line 487 of file util_type.cuh.

Field Documentation

◆ x

template<typename T >
T cub::CubVector< T, 2 >::x

Definition at line 483 of file util_type.cuh.

◆ y

template<typename T >
T cub::CubVector< T, 2 >::y

Definition at line 484 of file util_type.cuh.


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