Public Member Functions | Private Attributes
UList::less Class Reference

Less function class that can be used for sorting. More...

Collaboration diagram for UList::less:
Collaboration graph
[legend]

Public Member Functions

 less (const UList< T > &values)
 
bool operator() (const label a, const label b)
 

Private Attributes

const UList< T > & values_
 

Detailed Description

Less function class that can be used for sorting.

Definition at line 99 of file UList.H.

Constructor & Destructor Documentation

◆ less()

less ( const UList< T > &  values)
inline

Definition at line 105 of file UList.H.

Member Function Documentation

◆ operator()()

bool operator() ( const label  a,
const label  b 
)
inline

Definition at line 110 of file UList.H.

References Foam::constant::physicoChemical::b, and UList::less::values_.

Field Documentation

◆ values_

const UList<T>& values_
private

Definition at line 101 of file UList.H.

Referenced by UList::less::operator()().


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