Obsolete Members for QMultiMap::const_iterator
Los siguientes miembros de la clase const_iterator son obsoletos. Se proporcionan para que el código fuente antiguo siga funcionando. Desaconsejamos su uso en código nuevo.
Funciones públicas
(deprecated in 6.2) QMultiMap<Key, T>::const_iterator & | operator+=(QMultiMap<Key, T>::const_iterator::difference_type n) |
(deprecated in 6.2) QMultiMap<Key, T>::const_iterator & | operator-=(QMultiMap<Key, T>::const_iterator::difference_type n) |
No miembros relacionados
(deprecated in 6.2) QMultiMap<Key, T>::const_iterator | operator+(QMultiMap<Key, T>::const_iterator it, QMultiMap<Key, T>::const_iterator::difference_type j) |
(deprecated in 6.2) QMultiMap<Key, T>::const_iterator | operator+(QMultiMap<Key, T>::const_iterator::difference_type j, QMultiMap<Key, T>::const_iterator it) |
(deprecated in 6.2) QMultiMap<Key, T>::const_iterator | operator-(QMultiMap<Key, T>::const_iterator it, QMultiMap<Key, T>::const_iterator::difference_type j) |
(deprecated in 6.2) QMultiMap<Key, T>::const_iterator | operator-(QMultiMap<Key, T>::const_iterator::difference_type j, QMultiMap<Key, T>::const_iterator it) |
No miembros relacionados
[deprecated in 6.2] QMultiMap<Key, T>::const_iterator operator+(QMultiMap<Key, T>::const_iterator it, QMultiMap<Key, T>::const_iterator::difference_type j)
[deprecated in 6.2] QMultiMap<Key, T>::const_iterator operator+(QMultiMap<Key, T>::const_iterator::difference_type j, QMultiMap<Key, T>::const_iterator it)
[deprecated in 6.2] QMultiMap<Key, T>::const_iterator operator-(QMultiMap<Key, T>::const_iterator it, QMultiMap<Key, T>::const_iterator::difference_type j)
[deprecated in 6.2] QMultiMap<Key, T>::const_iterator operator-(QMultiMap<Key, T>::const_iterator::difference_type j, QMultiMap<Key, T>::const_iterator it)
[deprecated in 6.2] QMultiMap<Key, T>::const_iterator &const_iterator::operator+=(QMultiMap<Key, T>::const_iterator::difference_type n)
[deprecated in 6.2] QMultiMap<Key, T>::const_iterator &const_iterator::operator-=(QMultiMap<Key, T>::const_iterator::difference_type n)
Esta función está obsoleta desde la versión 6.2. Desaconsejamos su uso en código nuevo.
Utilice std::next, std::prev o std::advance en su lugar.
Mueve un iterador n posiciones. Estas operaciones pueden ser caras para valores grandes de n. QMultiMap iteradores no son de acceso aleatorio.
© 2026 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.