Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extra-Creativity/Modern-Cpp-Basics
/ TCPBuf
Method
TCPBuf
08-String & Stream/example/src/TCPBuf.h:97–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
public:
97
TCPBuf() = default;
98
TCPBuf(const TCPBuf &) = delete;
99
TCPBuf(TCPBuf &&another) = default;
100
~TCPBuf() override { FlushBuffer_(); }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected