|
|
1
7
是的,如果createSomeType()引发异常,则不会发生赋值。控制流将从throw语句开始,经过堆栈上createSomeType()的任何对象的析构函数,最后到达catch语句。 |
|
|
2
1
如果
|
|
|
3
0
因此
|