Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ container_buffer
Method
container_buffer
include/fmt/base.h:2028–2029 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2026
Container& container;
2027
2028
explicit container_buffer(Container& c)
2029
: buffer<value_type>(grow, c.size()), container(c) {}
2030
};
2031
2032
// A buffer that writes to a container with the contiguous storage.
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected