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

Function clear

include/fmt/base.h:1799–1799  ·  view source on GitHub ↗

Clears this buffer.

Source from the content-addressed store, hash-verified

1797
1798 /// Clears this buffer.
1799 FMT_CONSTEXPR void clear() { size_ = 0; }
1800
1801 // Tries resizing the buffer to contain `count` elements. If T is a POD type
1802 // the new elements may not be initialized.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected