MCPcopy 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

8struct notCopyable {
9 notCopyable(const notCopyable&) = delete;
10 notCopyable operator=(const notCopyable&) = delete;
11};
12
13template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected