Difference between boost::scoped_ptr<T> and std::unique_ptr<T>...
Read MoreC++: How to unit test a scoped_ptr?...
Read MoreHow to dynamically cast a boost::scoped_ptr?...
Read MoreIs there a scoped ptr that has deep copy functionality built in?...
Read MoreHow can I get the address of scoped_ptr?...
Read Moreallocating memory for derived class members based on boost smart pointers in the base class through ...
Read MoreHow to create map of scoped_ptr in c++...
Read Morepimpl-idiom in template; which smart pointer?...
Read Moreboost scoped_ptr/shared_ptr holding memory block of different size than size of object pointed to...
Read MoreWhy are boost::scoped_ptr or std::unique_ptr non-copyable?...
Read MoreAny advantage to using shared_ptr over scoped_ptr at top level?...
Read MoreWhy does boost not have a make_scoped()?...
Read Moredestructor not called in case of exception with scoped_ptr...
Read MoreWhich header should be used for using scoped_ptr...
Read MoreIs it an overkill to use scoped_ptr in simple cases?...
Read More_BLOCK_TYPE_IS_VALID error on boost::scoped_array...
Read MoreDestructor not invoked when an exception is thrown in the constructor...
Read MoreC++ polymorphism with boost scoped_ptr...
Read Morescoped_ptr for structure with substituted free method...
Read MoreWhy I cant return Boost::Scoped_ptr from function?...
Read MoreC++: Can boost::scoped_ptr be initialized inside a constructor?...
Read MoreWhich non-shared Smart Pointer for class member variables...
Read More