[inline]
Definition at line 229 of file qmemarray.h.
00230 { 00231 if(extArray) throw "Not implemented for external arrays"; 00232 const Base &me=*this; 00233 return me!=o; 00234 }