程序使用assert(bool_expression)进行断言,希望能在中断时给出提示信息。
assert(bool_expression)
使用&&连接表达式,字符串作为非空指针,bool值为true不会影响结果。
&&
assert(a == b && "A is not equal to B");
c++ - Add custom messages in assert? - Stack Overflow