A UPtrList compare binary predicate for normal sort order. Null entries (if any) sort to the end. More...
#include <UPtrList.H>
Public Member Functions | |
| less (const UPtrList< T > &list) | |
| bool | operator() (const label ai, const label bi) const |
| Compare dereferenced pointer locations for normal sort. | |
Public Attributes | |
| const UPtrList< T > & | values |
A UPtrList compare binary predicate for normal sort order. Null entries (if any) sort to the end.
Definition at line 195 of file UPtrList.H.
Definition at line 199 of file UPtrList.H.
References UPtrList< T >::UPtrList(), and values.

|
inline |
Compare dereferenced pointer locations for normal sort.
Definition at line 207 of file UPtrList.H.
References b, Foam::T(), and values.

Definition at line 197 of file UPtrList.H.
Referenced by less(), and operator()().