sentinel Class
class QDirListing::sentinel이 클래스는 Qt 6.8에 도입되었습니다.
- 센티널은 입력/출력 및 네트워킹의 일부입니다.
자세한 설명
QDirListing 이 유형의 객체를 반환하여 반복의 끝을 알립니다. sentinel{}
과 동일한 QDirListing::const_iterator 을 역참조하는 것은 정의되지 않은 동작입니다.
참고: "클래식" STL 알고리즘은 이터레이터/센티넬을 지원하지 않으므로 QDirListing 에 C++20 std::ranges 알고리즘을 사용하거나 C++17에서 범위 기반 알고리즘을 제공하는 서드파티 라이브러리를 사용해야 합니다.
QDirListing, QDirListing::const_iterator, QDirListing::DirEntry 를참조하세요 .
© 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.