Implementation of custom assert utilities.
Definition in file assert.cpp.
#include <medusa/bits/utils/assert.hpp>
Include dependency graph for assert.cpp:Go to the source code of this file.
Namespaces | |
| mm | |
| Root namespace for the whole library. | |
| mm::assert_internal | |
| Namespace holding custom assert implementation. | |
Functions | |
| bool | mm::assert_internal::assert_handler_implementation (const char *condition, const char *file, const char *func_name, int line, const char *message, tfm::FormatListRef format_list) |
| Actual assert implementation. More... | |