Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

C++: would universal use of shared_ptr<> be equivalent to a gc?

STL class for reference-counted pointers?

Once you've adopted boost's smart pointers, is there any case where you use raw pointers?

c++ boost smart-pointers

Doesn't get() break the idea behind std::unique_ptr?

c++ c++11 smart-pointers

What is the best way to implement smart pointers in C++?

Is there a C++/CLI smart pointer project (e.g. scoped_ptr)?

c++-cli smart-pointers

Smart pointers and dynamic_cast

Returning member unique_ptr from class method

c++ c++11 smart-pointers rvo

smart pointers not working with Android NDK r8

Issue with std::shared_ptr, inheritance, and template argument deduction

How to access value in RefCell properly

smart pointers, typedefs and forward declarations

c++ typedef smart-pointers

Extract a subvector from a vector without copy

shared_ptr that cannot be null?

c++ shared_ptr of stack object

Incomplete type for std::vector

How to force only smart pointers instance for a class?

Feasibility of automatic cycle breaker for `std::shared_ptr`

What happens if an object held by a smart pointer gets deleted elsewhere?

c++ qt smart-pointers

How does a weak_ptr know that the shared resources has expired?