|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | ||||
(C++11) | ||||
| Classes | ||||
(C++11) | ||||
(C++17) | ||||
| Types | ||||
| Objects | ||||
destroying_delete (C++20) | ||||
| Object access | ||||
(C++17) |
Defined in header <new> | ||
struct destroying_delete_t{explicit destroying_delete_t()=default;}; | (1) | (since C++20) |
inlineconstexpr destroying_delete_t destroying_delete{}; | (2) | (since C++20) |
Tag type used to identify the destroying delete form ofoperator delete.
| deallocation functions (function)[edit] |