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

Function make_arg

extlibs/fmt/include/fmt/core.h:1212–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210template <bool IS_PACKED, typename Context, typename T,
1211 FMT_ENABLE_IF(IS_PACKED)>
1212inline value<Context> make_arg(const T& val) {
1213 return arg_mapper<Context>().map(val);
1214}
1215
1216template <bool IS_PACKED, typename Context, typename T,
1217 FMT_ENABLE_IF(!IS_PACKED)>

Callers

nothing calls this directly

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected