Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Is there a way to distinguish between different `Rc`s of the same value?

Are there "smart pointers" in Java?

java smart-pointers

Wrap dynamic array with shared_ptr by make_shared

enable_shared_from_this (c++0x): what am I doing wrong?

auto_ptr or shared_ptr equivalent in managed C++/CLI classes

How do I capture a smart pointer in a lambda?

c++ smart-pointers lambda

Marking std::unique_ptr class member as const

How to uniform initialize map of unique_ptr?

C++ allocating shared_ptr with C++11 (std::shared_ptr): Is it still bad to initialize the shared_ptr into a temporary variable?

C++11 vector of smart pointer

Default value for boost::shared_ptr on class constructor

Exception-safe memory handling with COM

c++ com atl smart-pointers

C++ shared+ptr use_count for nullptr

Pushing an object with unique_ptr into vector in C++

clang & gcc don't warn about non-virtual base destructors for polymorphism when using 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?