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

Function push_back

extlibs/fmt/include/fmt/core.h:1455–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1453 a formating function.
1454 */
1455 template <typename T> void push_back(std::reference_wrapper<T> arg) {
1456 static_assert(
1457 need_copy<T>::value,
1458 "objects of built-in types and string views are always copied");
1459 emplace_arg(arg.get());
1460 }
1461};
1462
1463/**

Callers 1

initMethod · 0.85

Calls 2

emplace_argFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected