[MultiIndex] Iterator validity when modifying equal_range keys

Hello *,
reading this page states only that iterator validity is preserved for hashed
indices. I have a multi-index container with ordered_non_unique entries.
Is it safe to find a matching range and modify the keys there?
Here an example:
entry_data& entries = indexed; //get the view to the MI-Container
for(iterator_range
participants (1)
-
Ovanes Markarian