template<class type, class allocator>
Compares two items (used by many methods above). Default returns -1 if a < b, +1 if a > b and 0 if a==b.
Reimplemented in FX::QSortedList< type, allocator >. Definition at line 328 of file qptrlist.h. Referenced by FX::QPtrList< type, allocator >::contains(), FX::QPtrList< type, allocator >::find(), FX::QPtrList< type, allocator >::inSort(), FX::QPtrList< type, allocator >::remove(), and FX::QPtrList< type, allocator >::take().
|