MCPcopy 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.hFile · 0.85
push_backFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected