Question: Which smart pointer should be used when you want shared ownership but not reference counting? Select one. Question 2 options: std::counted_ptr std::weak_ptr std::ref_ptr std::shared_ptr
Which smart pointer should be used when you want shared ownership but not reference counting? Select one. Question 2 options: std::counted_ptr<> std::weak_ptr<> std::ref_ptr<> std::shared_ptr<>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
