What is the difference between the following set of pointers? When do you use each pointer in production code, if at all?
Examples would be appreciated!
-
scoped_ptr
-
shared_ptr
-
weak_ptr
-
intrusive_ptr
Do you use boost in production code?
What is the difference between the following set of pointers? When do you use each pointer in production code, if at all?
Examples would be appreciated!
scoped_ptr
shared_ptr
weak_ptr
intrusive_ptr
Do you use boost in production code?