template<typename T, int alignment>
void FX::aligned_allocator< T, alignment >::construct ( T *const   p,
const T &  t 
) const [inline]

Definition at line 166 of file FXMemoryPool.h.

00166                                                  {
00167         void * const pv = static_cast<void *>(p);
00168         new (pv) T(t);
00169     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:35:02 2009 for TnFOX by doxygen v1.4.7