Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Can I avoid copying during the intialization of a std::initializer_list without using raw pointers?

Problem with iterators for std::list of boost::shared_ptr

Boost shared_ptr use_count function

c++ boost shared-ptr

boost::shared_ptr<const T> to boost::shared_ptr<T>

Is it possible that a set contains two shared pointer to the same object?

c++ set shared-ptr

Refactoring code to use Boost shared pointers

no type named 'shared_ptr' in namespace 'std'

xcode bdd shared-ptr cedar-bdd

Qt raw vs std::shared_ptr

c++ qt c++11 shared-ptr

Is it good practice to bind shared pointers returned by functions to lvalue references to const?

Returning Smart Pointers

Emplace a pointer to a multimap of shared_ptr's doesn't work

How to pass std::shared_ptr to callback through unsigned long?

c++ shared-ptr

C++ interface between raw pointers and shared_ptr

c++ shared-ptr

How to work around 10 limit for make_shared in Visual Studio

shared pointer double deleting

c++ shared-ptr

How to create a shared_ptr in dll and export it via a factory function?

c++ dll shared-ptr

segment fault for a simple std::shared_ptr construction case

Shared pointers not increasing the use_count

object of shared pointer being deleted while instances of shared_ptr are still in scope

c++ boost c++11 shared-ptr

How can I erase a shared_ptr from vector

c++ vector shared-ptr