Translations:Demystifying C++ - Classes/19/en
Jump to navigation
Jump to search
void C1_dtor_complete(struct C1* this) {
// Cleanup code
}
|- !Stack Variables
|
{ C1 obj;
void C1_dtor_complete(struct C1* this) {
// Cleanup code
}
|- !Stack Variables
|
{ C1 obj;