QMetaSequence::Iterable::Iterator Class
class QMetaSequence::Iterable::IteratorQMetaSequence::Iterable::Iterator 의 컨테이너에 대한 반복을 허용합니다. QVariant... .
이 클래스는 Qt 6.11에 도입되었습니다.
공용 함수
| int | operator*() const |
| int | operator->() const |
| int | operator[](qsizetype n) const |
자세한 설명
QMetaSequence::Iterable::Iterator 은 QMetaSequence::Iterable 인스턴스에 의해서만 생성될 수 있으며, 다른 stl 스타일 이터레이터와 유사한 방식으로 사용할 수 있습니다.
멤버 함수 문서
int Iterator::operator*() const
현재 항목을 QVariant::Reference 로 변환하여 반환합니다.
int Iterator::operator->() const
현재 항목을 QVariant::Pointer 로 변환하여 반환합니다.
int Iterator::operator[](qsizetype n) const
현재 항목에서 오프셋을 n 으로 변환하여 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.