My own implementation of the unique_ptr which is a smart pointer that owns and manages another object through a pointer and disposes of that object when the unique_ptr goes out of scope. The original class is part of C++ memory header: https://en.cppreference.com/w/cpp/memory/unique_ptr
-
Notifications
You must be signed in to change notification settings - Fork 0
DannyStoyanov/unique_ptr-cpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Implementation of smart pointer part of modern C++ programming
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published