Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ arg_ref
Function
arg_ref
include/fmt/base.h:1263–1263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1261
// An argument reference.
1262
template <typename Char> union arg_ref {
1263
FMT_CONSTEXPR arg_ref(int idx = 0) : index(idx) {}
1264
FMT_CONSTEXPR arg_ref(basic_string_view<Char> n) : name(n) {}
1265
1266
int index;
Callers
nothing calls this directly
Calls
1
name
Function · 0.85
Tested by
no test coverage detected