xtd 0.2.0
assert.h
Go to the documentation of this file.
1 #pragma once
5 #include "debug.h"
6 #include "debug_break.h"
7 
22 #define assert_(...) \
23  if (xtd::diagnostics::debug::add_last_arg_to_command_(__should_aborted__, (csf_), __VA_ARGS__)) debug_break_()
Contains xtd::diagnostics::debug class.
Contains xtd::diagnostics::debug_break keyword.