mrdocs::report::fatal

Report a message to the console.

Synopsis

Declared in <mrdocs/Support/Report.hpp>
template<class... Args>
void
fatal(
    Located<std::string_view> format,
    Args...&&... args);

Parameters

Name Description
format The format string.
args Optional additional arguments

Created with MrDocs