[inline, inherited]
Returns the item at index i.
Definition at line 318 of file qptrlist.h.
00318 { return Base::empty() ? 0 : *int_idx(i); }