xtd 0.2.0
Loading...
Searching...
No Matches
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_()
Contains debug_break_ keyword.
Contains xtd::diagnostics::debug class.