Obsolete Members for const_iterator
クラスconst_iterator の以下のメンバは非推奨である。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。
パブリック関数
(deprecated in 6.2) QMap<Key, T>::const_iterator & | operator+=(QMap<Key, T>::const_iterator::difference_type n) |
(deprecated in 6.2) QMap<Key, T>::const_iterator & | operator-=(QMap<Key, T>::const_iterator::difference_type n) |
関連する非メンバー
(deprecated in 6.2) QMap<Key, T>::const_iterator | operator+(QMap<Key, T>::const_iterator it, QMap<Key, T>::const_iterator::difference_type j) |
(deprecated in 6.2) QMap<Key, T>::const_iterator | operator+(QMap<Key, T>::const_iterator::difference_type j, QMap<Key, T>::const_iterator it) |
(deprecated in 6.2) QMap<Key, T>::const_iterator | operator-(QMap<Key, T>::const_iterator it, QMap<Key, T>::const_iterator::difference_type j) |
(deprecated in 6.2) QMap<Key, T>::const_iterator | operator-(QMap<Key, T>::const_iterator::difference_type j, QMap<Key, T>::const_iterator it) |
メンバ関数ドキュメント
[deprecated in 6.2]
QMap<Key, T>::const_iterator &const_iterator::operator+=(QMap<Key, T>::const_iterator::difference_type n)
[deprecated in 6.2]
QMap<Key, T>::const_iterator &const_iterator::operator-=(QMap<Key, T>::const_iterator::difference_type n)
[deprecated in 6.2]
QMap<Key, T>::const_iterator operator+(QMap<Key, T>::const_iterator it, QMap<Key, T>::const_iterator::difference_type j)
[deprecated in 6.2]
QMap<Key, T>::const_iterator operator+(QMap<Key, T>::const_iterator::difference_type j, QMap<Key, T>::const_iterator it)
[deprecated in 6.2]
QMap<Key, T>::const_iterator operator-(QMap<Key, T>::const_iterator it, QMap<Key, T>::const_iterator::difference_type j)
[deprecated in 6.2]
QMap<Key, T>::const_iterator operator-(QMap<Key, T>::const_iterator::difference_type j, QMap<Key, T>::const_iterator it)
この関数は6.2以降非推奨です。新しいコードでは使用しないことを強くお勧めします。
代わりにstd::next
,std::prev
またはstd::advance
を使用してください。
イテレータをn個移動します。QMap イテレータはランダムアクセスではありません。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。