Does moving a vector invalidate iterators?

前端 未结 4 1851
孤独总比滥情好
孤独总比滥情好 2020-11-28 07:34

If I have an iterator into vector a, then I move-construct or move-assign vector b from a, does that iterator still point to the same

4条回答
提交回复
热议问题