Nui
Namespaces | Macros | Functions
assert.hpp File Reference
#include <nui/frontend/val.hpp>
#include <stdexcept>
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.

Namespaces

 Nui
 

Macros

#define NUI_ASSERT(condition, message)   assertImpl(condition, message)
 

Functions

void Nui::assertImpl (bool condition, const char *message)
 

Macro Definition Documentation

◆ NUI_ASSERT

#define NUI_ASSERT (   condition,
  message 
)    assertImpl(condition, message)