diff options
Diffstat (limited to 'doc/html/tqvaluevector.html')
-rw-r--r-- | doc/html/tqvaluevector.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqvaluevector.html b/doc/html/tqvaluevector.html index 6f90c2adc..350958abb 100644 --- a/doc/html/tqvaluevector.html +++ b/doc/html/tqvaluevector.html @@ -200,7 +200,7 @@ incrementing/decrementing the iterator. The iterator returned by end() points to the element which is one past the last element in the container. The past-the-end iterator is still associated with the vector it belongs to, however it is <em>not</em> dereferenceable; -<a href="ntqsize.html#operator*-4">operator*</a>() will not return a well-defined value. If the vector is +<a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined value. If the vector is <a href="#empty">empty</a>(), the iterator returned by begin() will equal the iterator returned by end(). <p> The fastest way to access an element of a vector is by using |