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

Function out

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

Source from the content-addressed store, hash-verified

38 : out_(out), args_(args) {}
39
40 auto out() -> basic_appender<Char> { return out_; }
41 void advance_to(basic_appender<Char>) {}
42
43 auto locale() -> locale_ref { return {}; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected