Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ CopyableStream
Method
CopyableStream
cpp/quantize/catch.hpp:707–707 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
705
706
struct CopyableStream {
707
CopyableStream() {}
708
CopyableStream( CopyableStream const& other ) {
709
oss << other.oss.str();
710
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected