The default way to make Assert statements within the NDEVR API. A no-op in release but throws an exception in debug.
More...
#include <LibAssert.h>
|
static void | NAssert (const char *const _Expression, const char *const _Message, const char *const _File, unsigned _Line) |
|
|
static std::function< void(const char *const _Expression, const char *const _Message, const char *const _File, unsigned _Line)> | s_assert_callback |
|
The default way to make Assert statements within the NDEVR API. A no-op in release but throws an exception in debug.
◆ NAssert()
static void NAssert |
( |
const char *const | _Expression, |
|
|
const char *const | _Message, |
|
|
const char *const | _File, |
|
|
unsigned | _Line ) |
|
static |
◆ s_assert_callback
std::function<void(const char* const _Expression, const char* const _Message, const char* const _File, unsigned _Line)> s_assert_callback |
|
static |
The documentation for this class was generated from the following file: