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

Method str

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

Source from the content-addressed store, hash-verified

940
941 inline operator writer() { return buf_; }
942 inline auto str() -> std::string& { return str_; }
943};
944
945template <typename T, size_t SIZE, typename Allocator>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected