[inline]
Definition at line 166 of file FXMemoryPool.h.
00166 { 00167 void * const pv = static_cast<void *>(p); 00168 new (pv) T(t); 00169 }