Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

Why don't smart pointers have conversion operator back to the base pointer?

How to overload operator ->* in C++

boost shared_ptr cycling reference?

c++ composition (has-a) issue

Is there a never-null unique owner of heap allocated objects?

In Rust, how does Weak<T> know when the inner value has been dropped?

weak_ptr<User_Class> is none pointer type

c++ boost smart-pointers

Smart pointers with functions returning a pointer in an argument

What stops compilers from automatically deducing to use make_shared?

Smart Pointers, Forward Declaration, and C4150

Should I still use smart pointers if only std::auto_ptr i available?

c++ smart-pointers

In *modern* C++ how should I manage *unowned* pointers?

c++ smart-pointers

how to instantiate an object using smart pointers

using std::tr1::shared_ptr as an internal mechanism for reference counting

std::unique pointer and custom lambda deleter error

How using a smart pointer in C++ helps in below example

c++ smart-pointers

no known conversion from 'std::shared_ptr<int>' to 'int *' for 1st argument

c++ smart-pointers

When do class members use smart pointers or objects [duplicate]