You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.