Allocates at least T.sizeof bytes, emplaces a T there, and returns a pointer to it.
The allocation IS 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 at least T.sizeof bytes, emplaces a T there, and returns a pointer to it.
The allocation IS automatically padded to ensure proper alignment.