FastLED 3.9.15
Loading...
Searching...
No Matches

◆ reset()

template<typename T>
void fl::WeakPtr< T >::reset ( )
inline

Definition at line 279 of file ptr_impl.h.

279 {
280 if (mWeakPtr) {
281 mWeakPtr->unref();
282 mWeakPtr = nullptr;
283 }
284}
WeakReferent * mWeakPtr
Definition ptr.h:234

References mWeakPtr.

Referenced by ~WeakPtr().

+ Here is the caller graph for this function: