mrdocs::report::info
Report a message to the console.
Synopsis
Declared in <mrdocs/Support/Report.hpp>
template<class... Args>
void
info(
Located<std::string_view> format,
Args&&... args);
Parameters
| Name | Description |
|---|---|
format |
The format string. |
args |
Optional additional arguments |
Created with MrDocs