https://github.com/duffsdevice/shared-from-constructor
Proof of concept - std::enable_shared_from_this in Constructors and Destructors
https://github.com/duffsdevice/shared-from-constructor
c-plus-plus enable-shared-from-this proof-of-concept shared-ptr smart-pointer
Last synced: 9 months ago
JSON representation
Proof of concept - std::enable_shared_from_this in Constructors and Destructors
- Host: GitHub
- URL: https://github.com/duffsdevice/shared-from-constructor
- Owner: DuffsDevice
- License: mit
- Created: 2018-06-12T08:49:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T08:59:21.000Z (over 7 years ago)
- Last Synced: 2025-02-10T06:31:06.797Z (11 months ago)
- Topics: c-plus-plus, enable-shared-from-this, proof-of-concept, shared-ptr, smart-pointer
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Thank You for downloading!
To use it, simply include "sharedptr.h" in your project.
If there are any bugs or you want to add features,
such as thread safety, don't hesitate to do so
(You should have write access to the svn in sourceforge :D )!
Have fun!