std::Legacy Namespace
std::Legacy
Legacy C++ style memory allocation functions for backward compatibility
Functions
new<T>
Allocates memory for a type and calls its constructor with the specified arguments (equivalent to ‘new T(args…)’)