Synopsis
Declared in <bits/memory_resource.h>
template<
typename _Up,
typename... _CtorArgs>
[[nodiscard]]
_Up*
new_object(_CtorArgs&&... __ctor_args);
Return Value
|
Note
|
The return value should not be discarded. |
Created with MrDocs