template<typename T>
Diligent::RefCntWeakPtr class

Implementation of weak pointers.

Contents

Public functions

auto IsValid() const -> bool noexcept
auto Lock() -> RefCntAutoPtr<T>
Obtains a strong reference to the object.

Function documentation

template<typename T>
bool Diligent::RefCntWeakPtr<T>::IsValid() const noexcept