Skip to content

Simple 'smart' pointer, based on C++ 11. Allows to choose at compile-time to avoid using atomic-counter & thread-lock. Also has option (ability) to search already stored instance of object & get 'smart pointer'-copy.

License

Notifications You must be signed in to change notification settings

c0de4un/simple_pointer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_pointer

Simple 'smart' pointer, based on C++ 11. Allows to choose at compile-time to avoid using atomic-counter & thread-lock. Also has option (ability) to search already stored instance of object & get 'smart pointer'-copy.

About

Simple 'smart' pointer, based on C++ 11. Allows to choose at compile-time to avoid using atomic-counter & thread-lock. Also has option (ability) to search already stored instance of object & get 'smart pointer'-copy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published