Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ string_buffer
Method
string_buffer
include/fmt/format.h:939–939 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
937
938
public:
939
inline string_buffer() : buf_(str_) {}
940
941
inline operator writer() { return buf_; }
942
inline auto str() -> std::string& { return str_; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected