Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ noncopyable
Method
noncopyable
libhsclient/util.hpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
/* boost::noncopyable */
15
struct noncopyable {
16
noncopyable() { }
17
private:
18
noncopyable(const noncopyable&);
19
noncopyable& operator =(const noncopyable&);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected