René's URL Explorer Experiment


Title: Unique ownership - C++ Patterns

Open Graph Title: Unique ownership - C++ Patterns

Description: Transfer unique ownership of a dynamically allocated object to another unit of code.

Open Graph Description: Transfer unique ownership of a dynamically allocated object to another unit of code.

Opengraph URL: https://cpppatterns.com/patterns/unique-ownership.html

direct link

Domain: cpppatterns.com

twitter:cardsummary
twitter:creator@sftrabbit
og:site_nameC++ Patterns
fb:app_id676162015844286

Links:

C++Patternshttps://cpppatterns.com/
https://github.com/sftrabbit/CppPatterns-Patterns
https://twitter.com/cpppatterns
← Patternshttps://cpppatterns.com/
CC0 Public Domain Dedicationhttp://creativecommons.org/publicdomain/zero/1.0/
c++11https://cpppatterns.com/#/search/c++11
line 11https://cpppatterns.com/patterns/unique-ownership.html#line11
std::unique_ptrhttp://en.cppreference.com/w/cpp/memory/unique_ptr
std::make_uniquehttp://en.cppreference.com/w/cpp/memory/unique_ptr/make_unique
Line 12https://cpppatterns.com/patterns/unique-ownership.html#line12
std::movehttp://en.cppreference.com/w/cpp/utility/move
line 12https://cpppatterns.com/patterns/unique-ownership.html#line12
share ownership of an objecthttps://cpppatterns.com/patterns/shared-ownership.html
roll your own implementationhttp://stackoverflow.com/a/17902439/150634
https://github.com/sftrabbit
Fork this pattern on GitHubhttps://github.com/sftrabbit/CppPatterns-Patterns/tree/master/common-tasks/memory-management/unique-ownership.cpp
Tweethttps://twitter.com/share
fork the project on GitHubhttps://github.com/sftrabbit/CppPatterns-Patterns
Tweethttps://twitter.com/share
Joseph Mansfieldhttp://josephmansfield.uk/

Viewport: width=device-width,user-scalable=no


URLs of crawlers that visited me.