QMetaSequence::Iterable::Iterator Class
class QMetaSequence::Iterable::IteratorQMetaSequence::Iterable::Iterator permite la iteración sobre un contenedor en un QVariant. Más...
Esta clase se introdujo en Qt 6.11.
Funciones Públicas
| int | operator*() const |
| int | operator->() const |
| int | operator[](qsizetype n) const |
Descripción detallada
Un QMetaSequence::Iterable::Iterator sólo puede ser creado por una instancia de QMetaSequence::Iterable, y puede ser utilizado de forma similar a otros iteradores de estilo stl.
Documentación de la función miembro
int Iterator::operator*() const
Devuelve el elemento actual, convertido a QVariant::Reference.
int Iterator::operator->() const
Devuelve el elemento actual, convertido a QVariant::Pointer.
int Iterator::operator[](qsizetype n) const
Devuelve el elemento desplazado del actual por n, convertido a un QVariant::Reference.
© 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.