fpc/packages/fcl-stl/doc/util.tex
michael a33e5eb0eb * Initial check-in of stl
git-svn-id: trunk@17233 -
2011-04-03 09:15:56 +00:00

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}