Searched refs:constructCopy (Results 1 – 1 of 1) sorted by relevance
193 …static void constructCopy (void* ptr, const T& val) { new (ptr) T(val); } //!< Called for non-ini… in constructCopy() function201 static void constructCopy (void* ptr, TYPE val) { *(TYPE*)ptr = val; } \278 PoolArrayElement<T>::constructCopy(getPtr(ndx), value); in resize()