Search code examples
Can this method ever throw an exception?...


c++exceptionreturn-by-value

Read More
When should I return by value, as opposed to returning a unique pointer...


c++c++11memory-managementunique-ptrreturn-by-value

Read More
how is a struct returned by value, in terms of assembly language, if that struct is too large to fit...


assemblyx86-64calling-conventionabireturn-by-value

Read More
Does an implementation that returns fundamental types by value using registers do "temporary ma...


c++language-lawyerc++20copy-elisionreturn-by-value

Read More
Why we use reference return in assignment operator overloading and not at plus-minus ops?...


c++operatorsoperator-overloadingreturn-by-referencereturn-by-value

Read More
best strategy for ensuring no copies in return by value...


c++c++17copy-elisionnrvoreturn-by-value

Read More
C++ copy constructor activation in return-by-vlaue...


c++copy-constructorreturn-by-value

Read More
Why doesn't the copy constructor work when I return an automatic variable from function?...


c++return-valuetemporary-objectsreturn-by-value

Read More
What is the meaning of assigning to return value of getter taking this pointer by value?...


c++thisgetterreturn-by-referencereturn-by-value

Read More
ctypes wrapper for function returning by value objects of a C++ class with destructor...


pythonc++ctypesdestructorreturn-by-value

Read More
ionic 3 typescript : passing object between pages by value...


typescriptionic-frameworkpass-by-referencepass-by-valuereturn-by-value

Read More
How should I return an object from a function?...


c++pointersreferencereturn-by-value

Read More
C++ Instantiating childs of an abstract class with pure virtual functions...


c++polymorphismabstract-classreturn-by-value

Read More
Why is the copy constructor called when we return an object from a method by value...


c++copy-constructorreturn-by-value

Read More
How to handle return-by-value of objects with pointers correctly?...


c++copy-constructormove-semanticsreturn-by-value

Read More
Is it safe to return a std::string by value?...


c++stringmemory-managementreturn-by-value

Read More
Fortran 2008: How are function return values returned?...


arraysfortranreturn-valuereturn-by-referencereturn-by-value

Read More
C++ Return value, reference, const reference...


c++referenceconst-referencereturn-by-referencereturn-by-value

Read More
Return the reference of the local variable...


c++referencelocal-variablesreturn-by-referencereturn-by-value

Read More
Return reference to *this without a copy constructor?...


c++11copy-constructormove-constructorreturn-by-referencereturn-by-value

Read More
What is better: return std::string by value or by constant reference?...


c++c++11return-typereturn-by-referencereturn-by-value

Read More
Is returning an array by reference from a method more efficient?...


phparraysreturn-by-referencereturn-by-value

Read More
Why does un-named object returned by value get destructed before its conversion operator is called?...


c++conversion-operatorreturn-by-value

Read More
Returning Vectors standard in C++...


c++vectorreferencedynamic-arraysreturn-by-value

Read More
When I return by value from an assignment operator, firstly what is the mechanism and basis of calli...


c++copy-constructorreturn-by-referencereturn-by-value

Read More
value semantics vs output params with large data structures...


c++optimizationc++11return-by-referencereturn-by-value

Read More
Why is copy constructor not called...


c++copy-constructorpass-by-valuereturn-by-value

Read More
Optimal way to return local value in C++11...


c++11copymove-semanticsreturn-by-referencereturn-by-value

Read More
Copy ctor on return by value C++11...


c++11move-semanticsreturn-by-value

Read More
Memory footprint of C++ functions returning by reference or value?...


c++functionreturn-by-referencereturn-by-value

Read More
BackNext