OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
OpParens< TP > Struct Template Reference

#include <IpplTypeComputations.h>

Collaboration diagram for OpParens< TP >:

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

◆ anonymous enum

template<class TP>
anonymous enum
Enumerator
tag 

Definition at line 188 of file IpplTypeComputations.h.

Constructor & Destructor Documentation

◆ OpParens() [1/2]

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

Definition at line 190 of file IpplTypeComputations.h.

References Arg.

◆ OpParens() [2/2]

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

Definition at line 191 of file IpplTypeComputations.h.

References a, and Arg.

Member Data Documentation

◆ Arg

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

Definition at line 189 of file IpplTypeComputations.h.

Referenced by OpParens(), OpParens(), and PETE_apply().


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