mrdocs::assert_failed

Handler invoked when MRDOCS_ASSERT fails.

Synopsis

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