Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
11.09-notCopyable1/main.cpp:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
};
19
20
int main()
21
{
22
Resources r1{3,
"buffer"
};
23
24
// Resources r2{r1}; // #B Does not compile
25
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected