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

Detailed Description

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

Generic vector-4 type

Definition at line 508 of file util_type.cuh.

Public Types

typedef T BaseType
 
typedef CubVector< T, 4 > Type
 

Data Fields

x
 
y
 
z
 
w
 

Member Typedef Documentation

◆ BaseType

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

Definition at line 515 of file util_type.cuh.

◆ Type

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

Definition at line 516 of file util_type.cuh.

Field Documentation

◆ w

template<typename T >
T cub::CubVector< T, 4 >::w

Definition at line 513 of file util_type.cuh.

◆ x

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

Definition at line 510 of file util_type.cuh.

◆ y

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

Definition at line 511 of file util_type.cuh.

◆ z

template<typename T >
T cub::CubVector< T, 4 >::z

Definition at line 512 of file util_type.cuh.


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