NS_ASSERT() and NS_ASSERT_MSG() macro definitions. More...
Go to the source code of this file.
Macros | |
#define | NS_ASSERT(condition) |
At runtime, in debugging builds, if this condition is not true, the program prints the source file, line number and unverified condition and halts by calling std::terminate. More... | |
#define | NS_ASSERT_MSG(condition, message) |
At runtime, in debugging builds, if this condition is not true, the program prints the message to output and halts by calling std::terminate. More... | |
NS_ASSERT() and NS_ASSERT_MSG() macro definitions.
Definition in file assert.h.