QMultiMap::erase - extend docs to specify iterator limitations
Task-number: QTBUG-91736 Pick-to: 6.2 6.1 Change-Id: I7cd58e010af5dd59404e37c55f6ebd91c4631b3f Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
3c3f6ebdbb
commit
d1d9caf12d
@ -699,6 +699,8 @@
|
||||
from the multi map, and returns an iterator to the next item in the
|
||||
map.
|
||||
|
||||
\note The iterator \a pos must be valid and dereferenceable.
|
||||
|
||||
\sa remove()
|
||||
*/
|
||||
|
||||
@ -710,6 +712,8 @@
|
||||
Returns an iterator to the item in the multi map following the last
|
||||
removed element.
|
||||
|
||||
\note The range \c {[first, last)} \e must be a valid range in \c {*this}.
|
||||
|
||||
\sa remove()
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user