OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#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 |
Definition at line 8 of file SortingPairBuilder.h.
|
inline |
Definition at line 10 of file SortingPairBuilder.h.
|
inline |
Definition at line 13 of file SortingPairBuilder.h.
References a, ProxyPred_t< A >::array, and ProxyPred_t< A >::dim.
const A& ProxyPred_t< A >::array |
Definition at line 17 of file SortingPairBuilder.h.
Referenced by ProxyPred_t< A >::operator()().
unsigned ProxyPred_t< A >::dim |
Definition at line 16 of file SortingPairBuilder.h.
Referenced by ProxyPred_t< A >::operator()().