BitStream
assert.h File Reference

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ BS_ASSERT

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

◆ BS_BREAKPOINT

#define BS_BREAKPOINT ( )    throw