assertion failed的意思
assertion failed中文翻譯:
斷言失敗
相似詞語短語
absorption factor───吸收因數;吸收率
association fiber───[解剖]聯合纖維
assert oneself───堅持自己的權利或意見
assertable───adj.可斷言的
assertible───自信的
assertion───n.斷言,聲明;主張,要求;堅持;認定
assertions───n.斷言(assertion的復數);認定
assertorily───adv.斷言地;確定地
asset sales───資產出售(assetsale的復數)
雙語使用場景
Assertion Failed Dialog Box appears.───斷言失敗”對話框。
this failing test, the assertion failed because we never did anything to create this file.───這個失敗測試顯示,斷言失敗,原因是我們根本沒有創建這個文件。
Assertion Failed dialog box.───斷言失敗”對話框中。
As you can see from this failing test, the assertion failed because we never did anything to create this file.───這個失敗測試顯示,斷言失敗,原因是我們根本沒有創建這個文件。
In which case, breaking the emulator and examining the program counter will give you a good indication of which assertion failed.───在這種情況下,打破了模擬器和審查程序計數器會給你一個很好的跡象,其中斷言失敗。
Typically, you get to know where the assertion failed (file name or line number) and maybe some optional message the code printed.───通常,您會知道斷言在何處失敗(文件名或行號),可能代碼會打印出一些可選的消息。
The function assertion_failed is declared in the header assert. hpp but not defined.───函數assertion_failed已在頭文件assert.hpp中聲明,但尚未定義。
Listing 18 provides sample code using assertion_failed.───清單18提供了使用assertion_failed的示例代碼。