OPAL (Object Oriented Parallel Accelerator Library)  2024.1
OPAL
Public Types | Public Member Functions | Public Attributes | List of all members
OpParens< TP > Struct Template Reference

#include <IpplTypeComputations.h>

Public Types

enum  { tag = PETE_UnaryPassThruTag }
 

Public Member Functions

 OpParens ()
 
 OpParens (const TP &a)
 

Public Attributes

TP Arg
 

Detailed Description

template<class TP>
struct OpParens< TP >

Definition at line 186 of file IpplTypeComputations.h.

Member Enumeration Documentation

template<class TP>
anonymous enum
Enumerator
tag 

Definition at line 188 of file IpplTypeComputations.h.

Constructor & Destructor Documentation

template<class TP>
OpParens< TP >::OpParens ( )
inline

Definition at line 190 of file IpplTypeComputations.h.

References OpParens< TP >::Arg, and TP.

template<class TP>
OpParens< TP >::OpParens ( const TP a)
inline

Definition at line 191 of file IpplTypeComputations.h.

Member Data Documentation

template<class TP>
TP OpParens< TP >::Arg

Definition at line 189 of file IpplTypeComputations.h.

Referenced by OpParens< TP >::OpParens(), and PETE_apply().


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