Skip to content

Implementation of smart pointer part of modern C++ programming

Notifications You must be signed in to change notification settings

DannyStoyanov/unique_ptr-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overfiew

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

About

Implementation of smart pointer part of modern C++ programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages