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

Function make_format_args

extlibs/fmt/include/fmt/core.h:1362–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1360 */
1361template <typename Context = format_context, typename... Args>
1362inline format_arg_store<Context, Args...> make_format_args(
1363 const Args&... args) {
1364 return {args...};
1365}
1366
1367/**
1368 \rst

Callers 3

format.hFile · 0.85
windows_errorMethod · 0.85
printMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected