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

◆ reset()

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

Definition at line 377 of file ptr.h.

377 {
378 if (mWeakPtr) {
379 mWeakPtr.reset();
380 }
381 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:382

References mWeakPtr.

Referenced by ~WeakPtr().

+ Here is the caller graph for this function: