Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
08.10-guaranteedCopyElision0/main.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
int main()
25
{
26
// #C The return-object is created directly at myValue
27
auto myValue = RVO();
28
}
Callers
nothing calls this directly
Calls
1
RVO
Function · 0.85
Tested by
no test coverage detected