OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
ProxyPred_t< A > Struct Template Reference

#include <SortingPairBuilder.h>

Collaboration diagram for ProxyPred_t< A >:

Public Member Functions

 ProxyPred_t (const A &a, unsigned d)
template<class T>
bool operator() (const T &a, const T &b)

Public Attributes

unsigned dim
const A & array

Detailed Description

template<class A>
struct ProxyPred_t< A >

Definition at line 8 of file SortingPairBuilder.h.

Constructor & Destructor Documentation

◆ ProxyPred_t()

template<class A>
ProxyPred_t< A >::ProxyPred_t ( const A & a,
unsigned d )
inline

Definition at line 10 of file SortingPairBuilder.h.

References a, array, and dim.

Member Function Documentation

◆ operator()()

template<class A>
template<class T>
bool ProxyPred_t< A >::operator() ( const T & a,
const T & b )
inline

Definition at line 13 of file SortingPairBuilder.h.

References a, array, and dim.

Member Data Documentation

◆ array

template<class A>
const A& ProxyPred_t< A >::array

Definition at line 17 of file SortingPairBuilder.h.

Referenced by operator()(), and ProxyPred_t().

◆ dim

template<class A>
unsigned ProxyPred_t< A >::dim

Definition at line 16 of file SortingPairBuilder.h.

Referenced by operator()(), and ProxyPred_t().


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