Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ arg
Function
arg
include/fmt/printf.h:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
auto locale() -> locale_ref { return {}; }
44
45
auto arg(int id) const -> basic_format_arg<basic_printf_context> {
46
return args_.get(id);
47
}
48
};
49
50
namespace detail {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected