xtd
0.2.0
xtd.core
include
xtd
diagnostics
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_()
debug.h
Contains xtd::diagnostics::debug class.
debug_break.h
Contains xtd::diagnostics::debug_break keyword.
Generated on Mon Oct 9 2023 14:41:57 for xtd by
Gammasoft
. All rights reserved.