I am struggling to understand the difference in behaviour of a raw pointer and a unique_ptr. I have class A with a variable x and class B
class A
x
class B