xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
diagnostics
assert.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
debug.hpp
"
6
#include "
debug_break.hpp
"
7
25
#define assert_(...) \
26
if (xtd::diagnostics::debug::__should_aborted__(xtd::diagnostics::stack_frame::current(), __VA_ARGS__)) debug_break_()
debug_break.hpp
Contains debug_break_ keyword.
debug.hpp
Contains xtd::diagnostics::debug class.
Generated on Sun Dec 14 2025 11:50:33 for xtd by
Gammasoft
. All rights reserved.