File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 39893989\rSec 3[basic.stc.dynamic]{Dynamic storage duration}%
39903990
39913991\rSec 4[basic.stc.dynamic.general]{General}%
3992- \indextext {storage duration!dynamic|(}
39933992
39943993\pnum
3995- Objects can be created dynamically during program
3996- execution\iref {intro.execution }, using
3994+ Object with \defnadj {dynamic}{storage duration} are created using
39973995\indextext {\idxcode {new}}%
3998- \grammarterm {new-expression}{s}\iref {expr.new }, and destroyed using
3996+ \grammarterm {new-expression}{s}\iref {expr.new } and destroyed using
39993997\indextext {\idxcode {delete}}%
4000- \grammarterm {delete-expression}{s}\iref {expr.delete }. A \Cpp {} implementation
3998+ \grammarterm {delete-expression}{s}\iref {expr.delete },
3999+ or implicitly created\iref {intro.object }.
4000+ A \Cpp {} implementation
40014001provides access to, and management of, dynamic storage via
40024002the global \defnx {allocation functions}{allocation function}
40034003\tcode {\keyword {operator} \keyword {new}} and
You can’t perform that action at this time.
0 commit comments