OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
TrinaryForEach< 0, T1, T2, T3, OpWhere, Functor > Struct Template Reference

#include <PETE.h>

Inheritance diagram for TrinaryForEach< 0, T1, T2, T3, OpWhere, Functor >:
Collaboration diagram for TrinaryForEach< 0, T1, T2, T3, OpWhere, Functor >:

Static Public Member Functions

static PETETrinaryReturn< typenameT1::PETE_Return_t, typenameT2::PETE_Return_t, typenameT3::PETE_Return_t, OpWhere >::type apply (PETE_TTTree< OpWhere, T1, T2, T3 > &node, Functor f)

Detailed Description

template<class T1, class T2, class T3, class Functor>
struct TrinaryForEach< 0, T1, T2, T3, OpWhere, Functor >

Definition at line 617 of file PETE.h.

Member Function Documentation

◆ apply()

template<class T1, class T2, class T3, class Functor>
PETETrinaryReturn< typenameT1::PETE_Return_t, typenameT2::PETE_Return_t, typenameT3::PETE_Return_t, OpWhere >::type TrinaryForEach< 0, T1, T2, T3, OpWhere, Functor >::apply ( PETE_TTTree< OpWhere, T1, T2, T3 > & node,
Functor f )
inlinestatic

Definition at line 626 of file PETE.h.

References for_each(), PETE_TTTree< Value_t, Left_t, Middle_t, Right_t >::Left, PETE_TTTree< Value_t, Left_t, Middle_t, Right_t >::Middle, and PETE_TTTree< Value_t, Left_t, Middle_t, Right_t >::Right.

Here is the call graph for this function:

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