Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Nested
Class
Nested
08.21-initializationForms0/main.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
};
16
17
struct Nested {
18
int i;
19
Point pt;
20
};
21
22
struct LifeTimeExtension {
23
int&& r; // #A Notice the r-value reference
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected