Skip to content

Files

Latest commit

373eaa1 · Sep 16, 2018

History

History
2 lines (2 loc) · 242 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 242 Bytes

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.