Apache Mesos
Macros
assert.hpp File Reference
#include <stout/abort.hpp>

Go to the source code of this file.

Macros

#define ASSERT(e)   ((void) ((e) ? ((void) 0) : ABORT(#e)))
 

Macro Definition Documentation

#define ASSERT (   e)    ((void) ((e) ? ((void) 0) : ABORT(#e)))