青年中文青年中文

destructors的意思

destructors中文翻譯:

n.垃圾焚毀爐;爆炸裝置

相似詞語短語

destroying the machines that───摧毀那些

destruct 2───毀滅2

destruccion sinonimo───同義詞destruccion

mutually assured destruction───相互確保摧毀

destructor c#───析構函數c#

destroyer───n.驅逐艦;破壞者;起破壞作用的事物

destroyers───n.[船][軍]驅逐艦(destroyer復數)

destructive interference───相消(性)干擾,破壞性干擾;[光]相消干涉,[光]相消干擾;破壞性干擾

chimaera star destroyer───奇美拉殲星艦

to destroy───毀滅

雙語使用場景

Destructors are often executed during stack unwinding.───棧展開期間會經常執行析構函數。

Thus, the assertions can be used safely in destructors, too.───因此,也可以在析構函數中安全地使用斷言。

Managing exceptions in constructors and destructors───管理構造函數和析構函數中的異常

Unlike destructors , it is often the case that something done inside a constructor might throw an exception.───與析構函數不同,構造函數內部所做的事情經常會拋出異常。

Destructors are methods that are called by the runtime execution engine when the object is about to be removed from memory .───析構函數是當對象即將從內存中移除時由運行庫執行引擎調用的方法。

The bottom line is that gratuitously declaring all destructors virtual is just as wrong as never declaring them virtual.───基本的一條是無故的聲明虛銷毀函數同從來不聲明為虛銷毀函數一樣錯誤。

Classes that serve as base classes in a multiple-inheritance hierarchy ordinarily should define their destructors to be virtual.───在多重繼承層次中作為基類的類通常應該將它們的析構函數數定義為虛函數。

Constructors called in the order of base-to-derived. However, the execution of destructors cannot be controlled by the programmer.───構造函數以基類到派生類的順序被調用。但是,析造函數不受程序員的控制。

Modifier can be used with classes, fields, methods, properties, and events, but cannot be used with destructors or types other than classes.───修飾符可與類、字段、方法、屬性和事件一起使用,但不能與析構函數或除類之外的類型一起使用。

英語使用場景

All the windows are automatically unregistered in their destructors.

You should not use structured exception handling in functions that use objects with destructors.

Under a garbage collected environment, destructors to free memory are unnecessary.