Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Will move from unique to shared pointer also initialize enable_shared_from_this

c++ stl smart-pointers

Pointer to a Pointer question

c++ pointers smart-pointers

C++ -- Is there an implicit cast here from Fred* to auto_ptr<Fred>?

c++ smart-pointers auto-ptr

Clarification on smart pointer's operator* and operator-> overloading

Best way to return a vector member variable to external class

Why are C++ smart pointers so unrestricted, i.e. may be reassigned or reset?

c++11 boost smart-pointers

Writing safe copy-constructor with smart pointer

How to delete smart pointer to dynamically allocated object?

Referencing objects in vector (Modern C++)

c++ c++11 smart-pointers

Smart pointer question

Implementing Containers using Smart Pointers

smart pointers for modelling a general tree structure & its iterators

Use of deallocator & allocator in shared_ptr

Should I initialize a shared_ptr inside or outside the class constructor?

c++ c++11 smart-pointers

Return std::unique_ptr<T> from factory function creating fully hidden implementation of pure virtual interface

c++ smart-pointers c++14

How to create a new value and assign to a private unique_ptr in a class constructor?

Remove from a std::set<shared_ptr<T>> by T*

c++ boost smart-pointers

Using QSharedPointer with new[] yields "Mismatched free() / delete / delete[]" in valgrind

Refactoring code to use Boost shared pointers

Dealing with unique_ptr in containers