QHash::TryEmplaceResult Struct
struct QHash::TryEmplaceResultTryEmplaceResult 클래스는 tryEmplace() 작업의 결과를 나타내는 데 사용됩니다. 더 보기...
이 구조체는 Qt 6.9에 도입되었습니다.
공용 변수
자세한 설명
TryEmplaceResult
클래스는 QHash 에서 tryEmplace() 연산 결과를 나타내는 데 사용됩니다. 새로 생성된 항목 또는 삽입을 막은 기존 항목에 대한 iterator 과 삽입 여부를 나타내는 부울( inserted)을 보유합니다.
QHash 및 QHash::tryEmplace()도 참조하세요 .
멤버 변수 문서
bool TryEmplaceResult::inserted
동일한 키를 가진 항목이 이미 있는 경우 이 값은 false
입니다.
QHash<Key, T>::iterator TryEmplaceResult::iterator
새로 삽입된 요소 또는 삽입을 막은 요소에 이터레이터를 고정합니다.
© 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.