![]() |
mgcpp
A C++ Math Library Based on CUDA
|
#include <cassert>
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) |
| #define MGCPP_ASSERT | ( | EXPR, | |
| MESSAGE | |||
| ) | assert((EXPR) || mgcpp::ASSERT_MESSAGE(MESSAGE)) |
1.8.13