Lecture 4 - Slide 10 : 40
Use of move constructors
We illustrate the use of move constructors with
funny constructors
Class Point with a variety of constructors - including a move constructor.
Funny implementations of the constructors.
Use of constructors - with local variables of class type.
Same program with more comments.
Program output.
Move constructors and copy constructors