List Question
20 TechQA 2024-03-11T13:04:58.237000What is the lifetime of temporary arguments in nested function calls?
138 views
Asked by Valentin Milea
Temporary inside a visit() call?
61 views
Asked by v.p
C++ coroutines and const reference parameters
161 views
Asked by imreal
Is it false positive here: warning C4172: returning address of local variable or temporary?
235 views
Asked by Damir Tenishev
Are function parameter objects temporary objects?
365 views
Asked by user17732522
Is this access to temporary safe according to the C++ standard?
123 views
Asked by jan.sende
Is there a temporary, anonymous object involved in creating maps in Go?
152 views
Asked by StoneThrow
What actually a "result object" of a prvalue expression is?
216 views
Asked by mada
Initialize polymorphic C array with references/pointers to temporary statically allocated objects in C++
51 views
Asked by T. R. Bernstein
Can you bind a const T*&& to an xvalue of type T*?
315 views
Asked by Jan Schultke
Can you dereference a temporary array?
385 views
Asked by Jan Schultke
Is constructing an object in an argument list and passing a pointer to internal data of the object to the function safe?
829 views
Asked by BlueCannonBall
Is the address of a temporary object always the same as the address of the object it will be assigned to in C++?
106 views
Asked by Zhang Yuhan
Why can't I call a pointer method on a temporary object?
109 views
Asked by xmllmx
c++ lifetieme extension with different parentheses
505 views
Asked by user3882729
std::make_unique as workaround for temporary object not binding to non const reference in C++
288 views
Asked by Prasad Patil
C++ compiler support to detect returning a reference to a temporary object
118 views
Asked by OnionKing
Is this temporary std::string expression acceptable?
87 views
Asked by jemelter
Is taking a reference from a temporary valid C++ code?
1.2k views
Asked by Dávid Tóth
Does std::string {} = "hi"; induce temporary materialization?
140 views
Asked by domdrag