Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ emplace_arg
Function
emplace_arg
extlibs/fmt/include/fmt/core.h:1419–1421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1417
}
1418
1419
template <typename T> void emplace_arg(const T& arg) {
1420
data_.emplace_back(internal::make_arg<Context>(arg));
1421
}
1422
1423
public:
1424
/**
Callers
2
core.h
File · 0.85
push_back
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected