QUDA  v1.1.0
A library for QCD on GPUs
Public Types | Public Member Functions | Public Attributes | List of all members
quda::vector< int, 2 > Struct Reference

#include <register_traits.h>

Public Types

typedef int2 type
 

Public Member Functions

 vector (const int2 &a)
 
 operator type () const
 

Public Attributes

int2 a
 

Detailed Description

Definition at line 233 of file register_traits.h.

Member Typedef Documentation

◆ type

typedef int2 quda::vector< int, 2 >::type

Definition at line 234 of file register_traits.h.

Constructor & Destructor Documentation

◆ vector()

quda::vector< int, 2 >::vector ( const int2 &  a)
inline

Definition at line 236 of file register_traits.h.

Member Function Documentation

◆ operator type()

quda::vector< int, 2 >::operator type ( ) const
inline

Definition at line 237 of file register_traits.h.

Member Data Documentation

◆ a

int2 quda::vector< int, 2 >::a

Definition at line 235 of file register_traits.h.


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