const_iterator Class
class QList::const_iteratorQList 및 QStack 에 대한 STL 스타일 const 이터레이터를 제공합니다. 더 보기...
상세 설명
QList 는 STL 스타일 이 터레이터와 Java 스타일 이터레이터를 모두 제공합니다.
경고: 암시적으로 공유되는 컨테이너의 이터레이터는 STL 이터레이터와 똑같이 작동하지 않습니다. 해당 컨테이너에서 이터레이터가 활성화되어 있는 동안에는 컨테이너를 복사하지 않아야 합니다. 자세한 내용은 암시적 공유 반복자 문제를 참조하세요.
경고: QList 이 수정되면 이터레이터는 무효화됩니다. 모든 반복기는 기본적으로 무효화된다는 점을 고려하세요. 이 규칙에 대한 예외는 명시적으로 문서화되어 있습니다.
QList::constBegin(), QList::constEnd(), QList::iterator, 및 QListIterator 을참조하세요 .
© 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.