mrdocs::report::fatal

Emit a fatal error and mark the report as the highest severity.

Synopsis

Declared in <mrdocs/Support/Report.hpp>

template<class... Args>
void
fatal(
    Located<std::string_view> format,
    Args&&... args);

Parameters

NameDescription
formatfmt-style format string.
argsArguments substituted into the format string.