Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

How to release pointer from boost::shared_ptr?

c++ boost shared-ptr

How is the std::tr1::shared_ptr implemented?

c++ shared-ptr tr1

Conversion from boost::shared_ptr to std::shared_ptr?

c++ boost shared-ptr std

Why shared_from_this can't be used in constructor from technical standpoint?

c++ constructor shared-ptr

What (not) to do in a constructor

c++ oop constructor shared-ptr

C++ smart pointer const correctness

c++ constants shared-ptr

boost, shared ptr Vs weak ptr? Which to use when?

How to pass deleter to make_shared?

Check for null in std::shared_ptr

c++ shared-ptr

How to intentionally delete a boost::shared_ptr?

Problems using member function as custom deleter with std::shared_ptr

c++ sdl shared-ptr

Cohabitation of boost::shared_ptr and std::shared_ptr

c++ boost c++11 shared-ptr

How do shared pointers work?

c++ c++11 shared-ptr

How to get the Object being pointed by a shared pointer?

What's your convention for typedef'ing shared_ptr?

Segmentation fault when using a shared_ptr for private_key

What are potential dangers when using boost::shared_ptr?

c++ boost pointers shared-ptr

Are there any downsides with using make_shared to create a shared_ptr

c++ boost shared-ptr

shared_ptr: horrible speed

Should I use shared_ptr or unique_ptr