cpp/keyword/delete
From cppreference.com
Template:cpp/keywords/title Template:cpp/keywords/sidebar
Usage
-
deleteexpression - allocation functions as the name of operator-like functions
implicitly deleted functions Template:mark c++11 featureThis section is incomplete
Syntax
delete [[]]<pointer_variable>;
- Bold text should be typed as is.
- Angle brackets denote a placeholder for a required value.
- Square brackets denote a placeholder for an optional item.