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

#include <PETE.h>

Public Member Functions

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

Detailed Description

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

Definition at line 409 of file PETE.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 411 of file PETE.h.

◆ operator()() [2/3]

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

Definition at line 412 of file PETE.h.

References PETE_apply().

Here is the call graph for this function:

◆ operator()() [3/3]

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

Definition at line 413 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: