Contains xtd::diagnostics::assert_ keyword.
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... | |