#define assert_ | ( | ... | ) |
#include <xtd.core/include/xtd/diagnostics/assert.h>
Checks for a condition; if the condition is false, displays a message box that shows the call stack.
condition | The conditional expression to evaluate. If the condition is true, a failure message is not sent and the message box is not displayed. |
message | (optional) The brief message to send to the xtd::diagnostics::debug::listeners collection. |
detail_message | (optional) The detail message to send to the xtd::diagnostics::debug::listeners collection. |