xtd 0.2.0
assert.h File Reference
#include "debug.h"
#include "debug_break.h"

Definition

Contains xtd::diagnostics::assert_ keyword.

Include dependency graph for assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define assert_(...)   if (xtd::diagnostics::debug::add_last_arg_to_command_(__should_aborted__, (csf_), __VA_ARGS__)) debug_break_()
 Checks for a condition; if the condition is false, displays a message box that shows the call stack. More...