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

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

#include <UList.H>

Public Member Functions

 less (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 >::less

A list compare binary predicate for normal sort.

Definition at line 236 of file UList.H.

Constructor & Destructor Documentation

◆ less()

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

Definition at line 240 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 245 of file UList.H.

References b, and values.

Member Data Documentation

◆ values

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

Definition at line 238 of file UList.H.

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


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