Store libusb devices in easy-access container, without ownership...
Read MoreAppending an existing shared_ptr to a vector of shared_ptr...
Read MoreMisaligned pointer use with std::shared_ptr<NSDate> dereference...
Read MoreCould shared_from_this be implemented without enable_shared_from_this?...
Read Morebad weak pointer when base and derived class both inherit from boost::enable_shared_from_this...
Read MoreWhy does enable_shared_from_this embed a weak pointer instead of embedding the reference counter dir...
Read MoreCasting shared_ptr in initializer list...
Read MoreC++0x and Friend functions and boost::make_shared...
Read MoreHow to delete smart pointer to dynamically allocated object?...
Read MoreHow to prevent deletion of a raw pointer that is used as shared pointer?...
Read MoreObject in smart pointer is not deleted after stack unwinding...
Read MoreFunction template to populate a vector of shared_ptr to Base & Derived objects...
Read MoreMost efficient safe way to cast std::map<int, std::shared_ptr<Base>> to std::map<int,...
Read MoreWhy do we need to pass const shared pointer as reference?...
Read MoreConvert a shared_ptr to regular a pointer...
Read MoreAssigning existing values to smart-ptrs?...
Read MoreWill the specialized shared_ptr::swap() function be used if I use std::swap on a whole class?...
Read MoreHow does shared_ptr<void> know which destructor to use?...
Read Morehow to extract data from refernce of shared_ptr<T&>...
Read MoreCompile error when try to create singleton using shared_ptr...
Read Moreshared pointer isn't working when casting?...
Read MoreUsing copy-constructor in conjuction with std::make_shared...
Read MoreWhen is enable_shared_from_this<S> useful?...
Read Morestd::enable_shared_from_this; public vs private...
Read MoreHow does shared_ptr<T> detect that T derives from enable_shared_from_this<T>?...
Read MoreTrivial cases of shared_ptr and weak_ptr failing...
Read MoreIs it possible to remove elements from a vector of shared_ptr?...
Read Moreerror related to binding non-const lvalue to rvalue in constructor...
Read MoreWhy is shared_ptr counter incremented when passed as const reference to base class?...
Read MoreWhy is using a reference or unique pointer member of a class a bad thing?...
Read More