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

Function convert_arg

include/fmt/printf.h:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164// unsigned).
165template <typename T, typename Context, typename Char>
166void convert_arg(basic_format_arg<Context>& arg, Char type) {
167 arg.visit(arg_converter<T, Context>(arg, type));
168}
169
170// Converts an integer argument to char for printf.
171template <typename Context> class char_converter {

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected