ZeroErr
|
This is a one-byte assert info struct, which is used to collect the meta info of an assertion. More...
#include <assert.h>
Public Attributes | |
assert_level | level: 2 |
assert_throw | throw_type: 2 |
bool | is_false: 1 |
This is a one-byte assert info struct, which is used to collect the meta info of an assertion.
bool zeroerr::assert_info::is_false |
assert_level zeroerr::assert_info::level |
assert_throw zeroerr::assert_info::throw_type |