Newbetuts
.
New posts in smart-pointers
Can Google Mock a method with a smart pointer return type?
c++
unit-testing
smart-pointers
googlemock
std::shared_ptr initialization: make_shared<Foo>() vs shared_ptr<T>(new Foo) [duplicate]
c++
c++11
shared-ptr
smart-pointers
Why can't a weak_ptr be constructed from a unique_ptr?
c++
shared-ptr
smart-pointers
unique-ptr
weak-ptr
RAII vs. Garbage Collector
c++
memory-leaks
garbage-collection
smart-pointers
How can I use covariant return types with smart pointers?
c++
covariance
smart-pointers
Should I assign or reset a unique_ptr?
c++11
smart-pointers
unique-ptr
c++
smart pointers and arrays
c++
c++11
smart-pointers
Example to use shared_ptr?
c++
boost
vector
shared-ptr
smart-pointers
When to use shared_ptr and when to use raw pointers?
c++
smart-pointers
Is auto_ptr deprecated?
c++
standards
smart-pointers
auto-ptr
unique-ptr
Why is auto_ptr being deprecated?
c++
c++11
smart-pointers
auto-ptr
Is there a non-atomic equivalent of std::shared_ptr? And why isn't there one in <memory>?
c++
c++11
smart-pointers
Where is shared_ptr?
c++
boost
c++11
shared-ptr
smart-pointers
How to return smart pointers (shared_ptr), by reference or by value?
c++
return
smart-pointers
Passing shared_ptr<Derived> as shared_ptr<Base>
c++
casting
c++11
shared-ptr
smart-pointers
Why is shared_ptr<void> legal, while unique_ptr<void> is ill-formed?
c++
shared-ptr
smart-pointers
unique-ptr
shared_ptr for a raw pointer argument
c++
function
pointers
smart-pointers
Smart pointers: who owns the object? [closed]
c++
memory-management
smart-pointers
ownership-semantics
How much is the overhead of smart pointers compared to normal pointers in C++?
c++
performance
c++11
smart-pointers
Why do C++ libraries and frameworks never use smart pointers?
c++
pointers
smart-pointers
Prev
Next