Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Is it useful to pass std::weak_ptr to functions?

c++ c++11 smart-pointers

unique_ptr operator=

Smart pointers + cycles + "->"

Using smart pointers for C++ binary search tree

weak_ptr reset affects shared_ptr?

Implementing weak intrusive pointers in C++

Why does Glibmm/Gtkmm not include the unary dereferencing operator, *, for Glib::RefPtr?

Mixing C++ and Objective-C

C++0x Smart Pointer Comparisons: Inconsistent, what's the rationale?

How to use Boost's intrusive_ptr effectively?

unique_ptr's assignment operator copies a deleter stored by a reference. Is it a feature or a bug?

why weak_ptr can break cyclic reference?

c++ smart-pointers

Disadvantages of shared_ptr

Why does std::unique_ptr not have a const get method?

How to use C++ Smart Pointers?

c++ smart-pointers

Some questions about using CComPtr (when use Release()? Can I return CComPtr?, ...)

c++ com smart-pointers bho

Pointers and containers

Why does incomplete type of smart pointer data member and raw pointer data member have different behavior when their parent destruct?

c++ c++11 smart-pointers

Why does assignment operator call constructor?

C++11 smart pointers and polymorphism