mgcpp
A C++ Math Library Based on CUDA
Namespaces | Macros | Functions
assert.hpp File Reference
#include <cassert>
Include dependency graph for assert.hpp:

Go to the source code of this file.

Namespaces

 mgcpp
 

Macros

#define MGCPP_ASSERT(EXPR, MESSAGE)   assert((EXPR) || mgcpp::ASSERT_MESSAGE(MESSAGE))
 

Functions

bool mgcpp::ASSERT_MESSAGE (char const *message)
 

Macro Definition Documentation

◆ MGCPP_ASSERT

#define MGCPP_ASSERT (   EXPR,
  MESSAGE 
)    assert((EXPR) || mgcpp::ASSERT_MESSAGE(MESSAGE))