MCPcopy Create free account
hub / github.com/LemLib/LemLib / formatbuf

Method formatbuf

include/fmt/format.h:320–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 buffer<char_type>& buffer_;
319 public:
320 explicit formatbuf(buffer<char_type>& buf) : buffer_(buf) {}
321 protected:
322 // The put area is always empty. This makes the implementation simpler and has
323 // the advantage that the streambuf and the buffer are always in sync and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected