Allocates T.sizeof bytes, emplaces a T there, and returns a pointer to it. Warning: The allocation is NOT automatically padded to ensure proper alignment.
Arguments to the constructor of T.
A pointer or class reference to the allocated and emplaced T.
See Implementation
Allocates T.sizeof bytes, emplaces a T there, and returns a pointer to it. Warning: The allocation is NOT automatically padded to ensure proper alignment.