mrdocs::formatError
Return a formatted error.
Synopsis
Declared in <mrdocs/Support/Error.hpp>
template<class... Args>
Error
formatError(
FormatString<Args...> fs,
Args&&... args);
Parameters
| Name | Description |
|---|---|
fs |
The format string. This must not be empty. |
args |
Zero or more values to substitute into the format string. |
Created with MrDocs