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

Function buffer

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

Source from the content-addressed store, hash-verified

1765
1766 FMT_CONSTEXPR20 ~buffer() = default;
1767 buffer(buffer&&) = default;
1768
1769 /// Sets the buffer data and capacity.
1770 FMT_CONSTEXPR void set(T* buf_data, size_t buf_capacity) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected