mrdocs::assert_failed
Handler invoked when MRDOCS_ASSERT fails.
Synopsis
Declared in <mrdocs/Support/Assert.hpp>
void
assert_failed(
char const* msg,
char const* file,
uint_least32_t line);
Parameters
Name |
Description |
msg |
Expression string that failed. |
file |
Source file where the assertion triggered. |
line |
Line within the source file. |
Created with MrDocs