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

◆ reset()

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

Definition at line 392 of file ptr.h.

392 {
393 if (mWeakPtr) {
394 mWeakPtr.reset();
395 }
396 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:397

References mWeakPtr.

Referenced by ~WeakPtr().

+ Here is the caller graph for this function: