@songying
2019-02-19T17:34:50.000000Z
字数 151
阅读 1168
c++
操作 | 说明 |
---|---|
#include <cassert> |
|
void assert(int exp); |
当assert(exp)执行时,如果exp为0,则在标准出错输出流stderr输出一条如下所示的信息: Assertion failed: expression, file filename, line nnn |