Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ operator=
Method
operator=
01.26-optional1/main.cpp:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
struct notCopyable {
9
notCopyable(const notCopyable&) = delete;
10
notCopyable operator=(const notCopyable&) = delete;
11
};
12
13
template<typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected