Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scoped-ptr

shared_ptr with malloc and free

Any advantage to using shared_ptr over scoped_ptr at top level?

c++ shared-ptr scoped-ptr

scoped pointers and reset

c++ boost scoped-ptr

Why I cant return Boost::Scoped_ptr from function?

Is it an overkill to use scoped_ptr in simple cases?

c++ boost scoped-ptr

Which header should be used for using scoped_ptr

destructor not called in case of exception with scoped_ptr

pimpl-idiom in template; which smart pointer?

Is it good practice to pass scoped_ptr by reference (from one method to another inside a class)?

When is a type considered complete?

Destructor not invoked when an exception is thrown in the constructor

c++ boost scoped-ptr

Why scoped pointers in boost

c++ boost scoped-ptr

C++: Can boost::scoped_ptr be initialized inside a constructor?

c++ boost scoped-ptr

Why does boost not have a make_scoped()?

shared_ptr vs scoped_ptr

Difference between boost::scoped_ptr<T> and std::unique_ptr<T>

c++ unique-ptr scoped-ptr