VAPOR3 3.9.4
Namespaces | Macros | Functions
VAssert.h File Reference
#include <vapor/common.h>

Go to the source code of this file.

Namespaces

namespace  Wasp
 

Macros

#define VAssert(expr)   ((expr) ? (void)0 : Wasp::_VAssertFailed(#expr, __FILE__, __LINE__))
 

Functions

COMMON_API void Wasp::_VAssertFailed (const char *expr, const char *path, const unsigned int line)
 

Macro Definition Documentation

◆ VAssert

#define VAssert (   expr)    ((expr) ? (void)0 : Wasp::_VAssertFailed(#expr, __FILE__, __LINE__))

Definition at line 9 of file VAssert.h.