OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Member Functions | Public Attributes | List of all members
ProxyPred_t< A > Struct Template Reference

#include <SortingPairBuilder.h>

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.

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, ProxyPred_t< A >::array, and ProxyPred_t< A >::dim.

Member Data Documentation

◆ array

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

Definition at line 17 of file SortingPairBuilder.h.

Referenced by ProxyPred_t< A >::operator()().

◆ dim

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

Definition at line 16 of file SortingPairBuilder.h.

Referenced by ProxyPred_t< A >::operator()().


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