Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

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?

Why is unique_ptr operator-> not const-overloaded?

Does this use of std::make_unique lead to non-unique pointers?

c++ smart-pointers

What is a real world example for "smart pointer to member"?

How to remove (non-intrusive) smart pointers from a cache when there are no more references?

Pointer-like classes and the ->* operator