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

Method formatbuf

include/fmt/chrono.h:289–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287
288 public:
289 explicit formatbuf(buffer<char_type>& buf) : buffer_(buf) {}
290
291 protected:
292 // The put area is always empty. This makes the implementation simpler and has

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected