OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

less Class Reference

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

Collaboration diagram for less:

List of all members.


Public Member Functions

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

Detailed Description

template<class T>
class Foam::UList< T >::less

Less function class that can be used for sorting.

Definition at line 92 of file UList.H.


Constructor & Destructor Documentation

less ( const UList< T > &  values  )  [inline]

Definition at line 98 of file UList.H.


Member Function Documentation

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

Definition at line 103 of file UList.H.


The documentation for this class was generated from the following file:
  • src/OpenFOAM/containers/Lists/UList/UList.H
Copyright © 2000-2009 OpenCFD Ltd