Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

C++11: How is object deleted if it was constructed using make_shared

What are the benefits and risks, if any, of using std::move with std::shared_ptr

What is the error in my shared_ptr declaration?

c++ boost shared-ptr

C++ conversion from to non-scalar type requested

Asio: usage of self shared pointer in the examples

error when defining a std::shared_ptr with new operator

c++ c++11 shared-ptr

How to delete smart pointer to dynamically allocated object?

C++ copy constructor: attempting to reference a deleted function

Implicit conversion of vector<shared_ptr<Foo> > to vector<shared_ptr<const Foo> >

boost shared_ptr get owner count

c++ boost shared-ptr

Boost shared_from_this and destructor

Use of deallocator & allocator in shared_ptr

Reference counting (without storing any data)

reference counting not working in shared_ptr

Can I avoid copying during the intialization of a std::initializer_list without using raw pointers?

Problem with iterators for std::list of boost::shared_ptr

Boost shared_ptr use_count function

c++ boost shared-ptr

boost::shared_ptr<const T> to boost::shared_ptr<T>

Is it possible that a set contains two shared pointer to the same object?

c++ set shared-ptr

Refactoring code to use Boost shared pointers