ZeroErr
zeroerr::assert_info Struct Reference

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
 

Detailed Description

This is a one-byte assert info struct, which is used to collect the meta info of an assertion.

Member Data Documentation

◆ is_false

bool zeroerr::assert_info::is_false

◆ level

assert_level zeroerr::assert_info::level

◆ throw_type

assert_throw zeroerr::assert_info::throw_type

The documentation for this struct was generated from the following file: