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

Class LifeTimeExtension

08.21-initializationForms0/main.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 };
21
22 struct LifeTimeExtension {
23 int&& r; // #A Notice the r-value reference
24 };
25
26 // #B Initialization of an aggregate
27 Point bPt{2, 3, 5};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected