OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | List of all members
PETE_Combiner< T, Op > Struct Template Reference

#include <PETE.h>

Public Member Functions

T operator() (T x)
 
T operator() (T x, T y)
 
T operator() (T x, T y, T z)
 

Detailed Description

template<class T, class Op>
struct PETE_Combiner< T, Op >

Definition at line 456 of file PETE.h.

Member Function Documentation

template<class T , class Op >
T PETE_Combiner< T, Op >::operator() ( T  x)
inline

Definition at line 463 of file PETE.h.

template<class T , class Op >
T PETE_Combiner< T, Op >::operator() ( T  x,
T  y 
)
inline

Definition at line 464 of file PETE.h.

References PETE_apply().

Here is the call graph for this function:

template<class T , class Op >
T PETE_Combiner< T, Op >::operator() ( T  x,
T  y,
T  z 
)
inline

Definition at line 465 of file PETE.h.

References PETE_apply().

Here is the call graph for this function:


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