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

Method write

include/fmt/printf.h:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 template <typename T> void write(T value) {
246 detail::write<Char>(this->out, value, this->specs, this->locale);
247 }
248
249 public:
250 printf_arg_formatter(basic_appender<Char> iter, format_specs& s,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected