MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / windows_error

Method windows_error

extlibs/fmt/include/fmt/os.h:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 */
195 template <typename... Args>
196 windows_error(int error_code, string_view message, const Args&... args) {
197 init(error_code, message, make_format_args(args...));
198 }
199};
200
201// Reports a Windows error without throwing an exception.

Callers

nothing calls this directly

Calls 1

make_format_argsFunction · 0.85

Tested by

no test coverage detected