OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Member Functions | Public Attributes | List of all members
ConditionalAssign< T > Struct Template Reference

#include <PETE.h>

Public Member Functions

 ConditionalAssign (bool q, const T &v)
 

Public Attributes

bool cond
 
value
 

Detailed Description

template<class T>
struct ConditionalAssign< T >

Definition at line 505 of file PETE.h.

Constructor & Destructor Documentation

◆ ConditionalAssign()

template<class T >
ConditionalAssign< T >::ConditionalAssign ( bool  q,
const T &  v 
)
inline

Definition at line 507 of file PETE.h.

Member Data Documentation

◆ cond

template<class T >
bool ConditionalAssign< T >::cond

Definition at line 508 of file PETE.h.

◆ value

template<class T >
T ConditionalAssign< T >::value

Definition at line 509 of file PETE.h.


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