#
temporaries
Temporary objects and materialization behavior
ProgrammingC++ coroutine: lifetime of temporary bound to reference
C++ coroutines materialize temporaries into the coroutine frame and store references there, so references to them remain valid across suspension. Key rules.
1 answer• 1 view