BitStream
Loading...
Searching...
No Matches
assert.h File Reference

Go to the source code of this file.

Macros

#define BS_ASSERT(...)   if (!(__VA_ARGS__)) { return false; }
 
#define BS_BREAKPOINT()   throw
 

Macro Definition Documentation

◆ BS_ASSERT

#define BS_ASSERT (   ...)    if (!(__VA_ARGS__)) { return false; }

◆ BS_BREAKPOINT

#define BS_BREAKPOINT ( )    throw