mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
10 lines
285 B
TeX
10 lines
285 B
TeX
\chapter{TLess, TGreater}
|
|
|
|
Comparators classes. Can be used in PriorityQueue and Sorting as comparator functions.
|
|
TLess is used for ordering from smallest element to largest, TGreater is used for oposite ordering.
|
|
|
|
%Usage example:
|
|
|
|
%\lstinputlisting[language=Pascal]{queueexample.pp}
|
|
|