From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qt-template-lib.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qt-template-lib.html') diff --git a/doc/html/qt-template-lib.html b/doc/html/qt-template-lib.html index 09a9a95fe..c348e3f17 100644 --- a/doc/html/qt-template-lib.html +++ b/doc/html/qt-template-lib.html @@ -70,7 +70,7 @@ instead. Value semantics require at least:

Note that a fast copy constructor is absolutely crucial to achieve good overall performance of the container, since many copy operations will occur. -

If you intend sorting your data you must implement operator<() for +

If you intend sorting your data you must implement operator<() for your data's class.

Good candidates for value based classes are TQRect, TQPoint, TQSize, TQString and all simple C++ types, such as int, bool or double. @@ -152,7 +152,7 @@ like this: those elements that fall between the two iterators, i.e. 100, 1234 and 12. The third example shows that iterators act like pointers and can be treated as such. -

If using your own data types you must implement operator<() for +

If using your own data types you must implement operator<() for your data's class.

Naturally, the sorting templates won't work with const iterators.

-- cgit v1.2.3