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

Function main

11.08-notCopyable0/main.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16int main()
17{
18 Resources r1{3, "buffer"};
19
20 // Resources r2{r1}; // #B Does not compile
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected