mrdocs::report::error

Report a message to the console.

Synopsis

Declared in <mrdocs/Support/Report.hpp>

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

Parameters

Name

Description

format

The format string.

args

Optional additional arguments

Created with MrDocs