MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / notCopyable

Method notCopyable

01.26-optional1/main.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8struct notCopyable {
9 notCopyable(const notCopyable&) = delete;
10 notCopyable operator=(const notCopyable&) = delete;
11};
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected