Will a temporary variable be produced when a function return a built-in type by value?[code] class MyClass{}; MyClass ret_myclass() {return MyClass();} int main() { ret_myclass(...
Is the temporary object be a rvalue?thank you for your kindly reply. :)
Is the temporary object be a rvalue?As mentioned in this tutorial(http://msdn.microsoft.com/en-us/library/f90831hc.aspx), a temporary ob...
This user does not accept Private Messages