Return a formatted error.
Synopsis
Declared in <mrdocs/Support/Error.hpp>
template<class... Args>
Error
formatError(
FormatString<Args...> fs,
Args...&&... args);
Return Value
a formatted error.
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