List Question
20 TechQA 2022-09-06T00:36:58.920000best strategy for ensuring no copies in return by value
67 views
Asked by Andrew Kay
how is a struct returned by value, in terms of assembly language, if that struct is too large to fit in a register?
720 views
Asked by John Fisher
Why does a function or method have to return a reference in order to be chained?
56 views
Asked by dylosaur
C++ copy constructor activation in return-by-vlaue
295 views
Asked by Yaniv K.
Why can copy elision not optimise all copy operations?
86 views
Asked by heitho
Why doesn't the copy constructor work when I return an automatic variable from function?
62 views
Asked by Erik Nouroyan
What is the meaning of assigning to return value of getter taking this pointer by value?
116 views
Asked by Enlico
Difference in Copy Elision for Trivial vs. Non-trivial Types
218 views
Asked by Charles L Wilcox
Returning by value vs rvalue reference
340 views
Asked by JVApen
ctypes wrapper for function returning by value objects of a C++ class with destructor
961 views
Asked by gsakkis
c++ : Whats difference in "catching reference in value" vs "catching value in value" during function return?
61 views
Asked by Kool Wagh
ionic 3 typescript : passing object between pages by value
1.3k views
Asked by Karim Garali
Reference to r-value ( address of r-value )
173 views
Asked by kvway
C# Copy an object by value
5k views
Asked by MohsenCs
How should I return an object from a function?
112 views
Asked by Philipp Neufeld
When should I return by value, as opposed to returning a unique pointer
1.7k views
Asked by user1113314
C++ Instantiating childs of an abstract class with pure virtual functions
2k views
Asked by Santiago Gil
How to handle return-by-value of objects with pointers correctly?
45 views
Asked by Jens