0.4.1
Loading...
Searching...
No Matches
Assert.h File Reference

Assertion helpers. More...

Go to the source code of this file.

Macros

#define INS_ASSERT(_EXPR)
 Assert function wrapper.
 
#define INS_ASSERT_USER_ERROR(_EXP, _MSG)
 Assert function with message.
 

Detailed Description

Assertion helpers.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2022-04-22

Definition in file Assert.h.

Macro Definition Documentation

◆ INS_ASSERT

#define INS_ASSERT ( _EXPR)

Assert function wrapper.

Definition at line 19 of file Assert.h.

◆ INS_ASSERT_USER_ERROR

#define INS_ASSERT_USER_ERROR ( _EXP,
_MSG )

Assert function with message.

Definition at line 21 of file Assert.h.