xtd 0.2.0
Loading...
Searching...
No Matches
assert.h
Go to the documentation of this file.
1
4#pragma once
5#include "debug.h"
6#include "debug_break.h"
7
23#define assert_(...) \
24 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.