Auto Pointer (auto_ptr
)
Automatically determines which Smart Pointer to use? I have no idea how this works. I just stick to unique_ptr or shared_ptr.
auto_ptr
)Automatically determines which Smart Pointer to use? I have no idea how this works. I just stick to unique_ptr or shared_ptr.