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

Method format

include/fmt/compile.h:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150 template <typename OutputIt, typename... T>
151 constexpr auto format(OutputIt out, const T&...) const -> OutputIt {
152 *out++ = value;
153 return out;
154 }
155};
156
157// This ensures that the argument type is convertible to `const T&`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected