Chombo + EB  3.0
Public Member Functions | Public Attributes | List of all members
IndirectLess< S, Comparator > Struct Template Reference

#include <sort_utils.H>

Public Member Functions

 IndirectLess (S *data, Comparator &less)
 
bool operator() (const index_type &a, const index_type &b)
 

Public Attributes

S * data
 
Comparator & less
 

Constructor & Destructor Documentation

◆ IndirectLess()

template<class S , class Comparator >
IndirectLess< S, Comparator >::IndirectLess ( S *  data,
Comparator &  less 
)
inline

Member Function Documentation

◆ operator()()

template<class S , class Comparator >
bool IndirectLess< S, Comparator >::operator() ( const index_type a,
const index_type b 
)
inline

Member Data Documentation

◆ data

template<class S , class Comparator >
S* IndirectLess< S, Comparator >::data

◆ less

template<class S , class Comparator >
Comparator& IndirectLess< S, Comparator >::less

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