Loading...
Searching...
No Matches
UList< T >::greater Struct Reference

A list compare binary predicate for reverse sort. More...

#include <UList.H>

Public Member Functions

 greater (const UList< T > &list)
bool operator() (const label a, const label b) const

Public Attributes

const UList< T > & values

Detailed Description

template<class T>
struct Foam::UList< T >::greater

A list compare binary predicate for reverse sort.

Definition at line 254 of file UList.H.

Constructor & Destructor Documentation

◆ greater()

template<class T>
greater ( const UList< T > & list)
inline

Definition at line 258 of file UList.H.

References UList< T >::UList(), and values.

Here is the call graph for this function:

Member Function Documentation

◆ operator()()

template<class T>
bool operator() ( const label a,
const label b ) const
inline

Definition at line 263 of file UList.H.

References b, and values.

Member Data Documentation

◆ values

template<class T>
const UList<T>& values

Definition at line 256 of file UList.H.

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


The documentation for this struct was generated from the following file:
  • src/OpenFOAM/containers/Lists/List/UList.H