mrdocs::report::error

Emit an error that indicates failure but allows continuation.

Synopsis

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

Parameters

Name

Description

format

fmt‐style format string.

args

Arguments substituted into the format string.

Created with MrDocs