[inline]
Makes the iterator dead (ie; point to nothing).
Definition at line 397 of file qptrvector.h.
00398 { 00399 me=myvector->int_end(); 00400 dead=true; 00401 return *this; 00402 }