template<typename T>
RefCntWeakPtr class
Implementation of weak pointers.
Contents
- Reference
Public functions
- auto IsValid() const -> bool noexcept
- auto Lock() -> RefCntAutoPtr<T>
- Obtains a strong reference to the object.