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

Method str

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

Returns the content of the output buffer as an `std::string`.

Source from the content-addressed store, hash-verified

4230
4231 /// Returns the content of the output buffer as an `std::string`.
4232 inline auto str() const -> std::string { return {str_, size()}; }
4233};
4234
4235#if FMT_CLANG_ANALYZER

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected