Obsolete Members for QMap::iterator

iterator 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。

公共函数

(deprecated in 6.2) QMap<Key, T>::iterator &operator+=(QMap<Key, T>::iterator::difference_type n)
(deprecated in 6.2) QMap<Key, T>::iterator &operator-=(QMap<Key, T>::iterator::difference_type n)

相关非成员

(deprecated in 6.2) QMap<Key, T>::iterator operator+(QMap<Key, T>::iterator it, QMap<Key, T>::iterator::difference_type j)
(deprecated in 6.2) QMap<Key, T>::iterator operator+(QMap<Key, T>::iterator::difference_type j, QMap<Key, T>::iterator it)
(deprecated in 6.2) QMap<Key, T>::iterator operator-(QMap<Key, T>::iterator it, QMap<Key, T>::iterator::difference_type j)
(deprecated in 6.2) QMap<Key, T>::iterator operator-(QMap<Key, T>::iterator::difference_type j, QMap<Key, T>::iterator it)

成员函数文档

[deprecated in 6.2] QMap<Key, T>::iterator &iterator::operator+=(QMap<Key, T>::iterator::difference_type n)

[deprecated in 6.2] QMap<Key, T>::iterator &iterator::operator-=(QMap<Key, T>::iterator::difference_type n)

[deprecated in 6.2] QMap<Key, T>::iterator operator+(QMap<Key, T>::iterator it, QMap<Key, T>::iterator::difference_type j)

[deprecated in 6.2] QMap<Key, T>::iterator operator+(QMap<Key, T>::iterator::difference_type j, QMap<Key, T>::iterator it)

[deprecated in 6.2] QMap<Key, T>::iterator operator-(QMap<Key, T>::iterator it, QMap<Key, T>::iterator::difference_type j)

[deprecated in 6.2] QMap<Key, T>::iterator operator-(QMap<Key, T>::iterator::difference_type j, QMap<Key, T>::iterator it)

自 6.2 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。

请使用std::next,std::prevstd::advance

将迭代器移动n 个位置。对于较大的n 值,这些操作可能会很昂贵;QMap 迭代器不是随机存取的。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.