summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqvaluevector.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqvaluevector.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqvaluevector.html')
-rw-r--r--doc/html/ntqvaluevector.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/ntqvaluevector.html b/doc/html/ntqvaluevector.html
index 4a57ffbd7..c20b04109 100644
--- a/doc/html/ntqvaluevector.html
+++ b/doc/html/ntqvaluevector.html
@@ -399,9 +399,9 @@ TQValueVector is tuned for performance, not for error checking.
<p> Returns a reference to the element with index <em>i</em>. If <em>ok</em> is
non-null, and the index <em>i</em> is out of range, *<em>ok</em> is set to
-FALSE and the returned reference is undefined. If the index <em>i</em>
+false and the returned reference is undefined. If the index <em>i</em>
is within the range of the vector, and <em>ok</em> is non-null, *<em>ok</em>
-is set to TRUE and the returned reference is well defined.
+is set to true and the returned reference is well defined.
<h3 class=fn><a href="ntqvaluevector.html#const_reference">const_reference</a> <a name="at-2"></a>TQValueVector::at ( <a href="ntqvaluevector.html#size_type">size_type</a>&nbsp;i, bool&nbsp;*&nbsp;ok = 0 ) const
</h3>
@@ -409,9 +409,9 @@ is set to TRUE and the returned reference is well defined.
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns a const reference to the element with index <em>i</em>. If <em>ok</em>
is non-null, and the index <em>i</em> is out of range, *<em>ok</em> is set to
-FALSE and the returned reference is undefined. If the index <em>i</em>
+false and the returned reference is undefined. If the index <em>i</em>
is within the range of the vector, and <em>ok</em> is non-null, *<em>ok</em>
-is set to TRUE and the returned reference is well defined.
+is set to true and the returned reference is well defined.
<h3 class=fn><a href="ntqvaluevector.html#reference">reference</a> <a name="back"></a>TQValueVector::back ()
</h3>
@@ -476,7 +476,7 @@ vector.
<h3 class=fn>bool <a name="empty"></a>TQValueVector::empty () const
</h3>
-<p> Returns TRUE if the vector is empty; otherwise returns FALSE.
+<p> Returns true if the vector is empty; otherwise returns false.
Equivalent to <a href="#size">size</a>()==0, only faster.
<p> This function is provided for STL compatibility. It is equivalent
to <a href="#isEmpty">isEmpty</a>().
@@ -551,7 +551,7 @@ there is no first element, this function has undefined behavior.
<h3 class=fn>bool <a name="isEmpty"></a>TQValueVector::isEmpty () const
</h3>
-<p> Returns TRUE if the vector is empty; returns FALSE otherwise.
+<p> Returns true if the vector is empty; returns false otherwise.
<p> <p>See also <a href="#count">count</a>().
<h3 class=fn><a href="ntqvaluevector.html#reference">reference</a> <a name="last"></a>TQValueVector::last ()
@@ -586,15 +586,15 @@ copied.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQValueVector::operator== ( const&nbsp;<a href="ntqvaluevector.html">TQValueVector</a>&lt;T&gt;&nbsp;&amp;&nbsp;x ) const
</h3>
-<p> Returns TRUE if each element in this vector equals each
-corresponding element in <em>x</em>; otherwise returns FALSE.
+<p> Returns true if each element in this vector equals each
+corresponding element in <em>x</em>; otherwise returns false.
<h3 class=fn>bool <a name="operator-eq-eq-2"></a>TQValueVector::operator== ( const&nbsp;<a href="ntqvaluevector.html">TQValueVector</a>&lt;T&gt;&nbsp;&amp;&nbsp;x )
</h3>
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> Returns TRUE if each element in this vector equals each
-corresponding element in <em>x</em>; otherwise returns FALSE.
+<p> Returns true if each element in this vector equals each
+corresponding element in <em>x</em>; otherwise returns false.
<h3 class=fn><a href="ntqvaluevector.html#reference">reference</a> <a name="operator[]"></a>TQValueVector::operator[] ( <a href="ntqvaluevector.html#size_type">size_type</a>&nbsp;i )
</h3>