co_usb
Loading...
Searching...
No Matches
assert.hpp File Reference
#include <version>
#include <cassert>
Include dependency graph for assert.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COUSB_PRECONDITION(...)
 
#define COUSB_POSTCONDITION(...)
 
#define COUSB_ASSERT(...)   assert(__VA_ARGS__);
 

Macro Definition Documentation

◆ COUSB_ASSERT

#define COUSB_ASSERT (   ...)    assert(__VA_ARGS__);

◆ COUSB_POSTCONDITION

#define COUSB_POSTCONDITION (   ...)

◆ COUSB_PRECONDITION

#define COUSB_PRECONDITION (   ...)