Lecture 4 - Slide 16 : 40
Other examples of unique_ptr
We show a couple of additional examples, inspirred from
The C++ Prog. Lang. (4. edition)
The usual class Point - nothing of particular interest.
The usual implementation of class Point - nothing of particular interest.
Unique_ptr versus raw pointer.
Passing unique_ptr as parameter to a function.