mrdocs::report::error

Emit an error that indicates failure but allows continuation.

Synopsis

Declared in <mrdocs/Support/Report.hpp>

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

Parameters

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