M
Marco Cassiani
Hi,
if I insert an item in a mmap m:
mmap<Tkey, TObj> m;
mmap<Tkey, TObj>::iterator p1 = m.insert(make_pair(key, obj));
how long will be valid the p1 iterator if I made other insert and/or remove
operation after this insertion?
Marco
if I insert an item in a mmap m:
mmap<Tkey, TObj> m;
mmap<Tkey, TObj>::iterator p1 = m.insert(make_pair(key, obj));
how long will be valid the p1 iterator if I made other insert and/or remove
operation after this insertion?
Marco