Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
realm_assert.h File Reference
#include "realm_config.h"
#include <assert.h>
Include dependency graph for realm_assert.h:

Go to the source code of this file.

Macros

#define REALM_ASSERT(cond)   assert(cond)
 

Macro Definition Documentation

◆ REALM_ASSERT

#define REALM_ASSERT (   cond)    assert(cond)