From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqmapconstiterator.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqmapconstiterator.html') diff --git a/doc/html/tqmapconstiterator.html b/doc/html/tqmapconstiterator.html index e2d7d6c87..3180912c2 100644 --- a/doc/html/tqmapconstiterator.html +++ b/doc/html/tqmapconstiterator.html @@ -110,8 +110,8 @@ The type of const value.

bool TQMapConstIterator::operator!= ( const TQMapConstIterator<K, T> & it ) const

-

Compares the iterator to the it iterator and returns FALSE if -they point to the same item; otherwise returns TRUE. +

Compares the iterator to the it iterator and returns false if +they point to the same item; otherwise returns true.

const T & TQMapConstIterator::operator* () const

@@ -156,8 +156,8 @@ iterator returned by begin() causes undefined results.

bool TQMapConstIterator::operator== ( const TQMapConstIterator<K, T> & it ) const

-

Compares the iterator to the it iterator and returns TRUE if -they point to the same item; otherwise returns FALSE. +

Compares the iterator to the it iterator and returns true if +they point to the same item; otherwise returns false.


-- cgit v1.2.3