blob: 7a02f8ac0a4f80509dbbe6c9a4f1a558ab949cbf (
plain)
1
2
3
4
5
6
7
8
9
|
\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}
|