smart-pointer topic

List smart-pointer repositories

trackable_ptr

24
Stars
1
Forks
Watchers

Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.

valuable

129
Stars
8
Forks
Watchers

A C++ smart-pointer with value-semantics 💎

value-ptr-lite

48
Stars
14
Forks
Watchers

value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library

smart_ptr

34
Stars
6
Forks
Watchers

My own implementation of C++'s smart pointers