MCPcopy Create free account
hub / github.com/fmtlib/fmt / format

Function format

test/format-test.cc:2116–2119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2114template <>
2115struct formatter<adl_test::fmt::detail::foo> : formatter<std::string> {
2116 auto format(adl_test::fmt::detail::foo, format_context& ctx) const
2117 -> decltype(ctx.out()) {
2118 return formatter<std::string>::format("foo", ctx);
2119 }
2120};
2121FMT_END_NAMESPACE
2122

Callers 9

TESTFunction · 0.70
formatMethod · 0.70
formatMethod · 0.70
check_unknown_typesFunction · 0.70
formatMethod · 0.70
formatMethod · 0.70
format-test.ccFile · 0.70
formatMethod · 0.70
formatMethod · 0.70

Calls 1

outMethod · 0.45

Tested by

no test coverage detected