Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ NotCopyable
Method
NotCopyable
01.32-optional5/main.cpp:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
struct NotCopyable {
83
NotCopyable(const NotCopyable&) = delete;
84
NotCopyable& operator=(const NotCopyable&) = delete;
85
};
86
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected