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

◆ WeakPtr() [4/6]

template<typename T>
fl::WeakPtr< T >::WeakPtr ( const WeakPtr< T > & other)
inline

Definition at line 163 of file ptr_impl.h.

164 if (mWeakPtr) {
165 mWeakPtr->ref();
166 }
167}
WeakReferent * mWeakPtr
Definition ptr.h:234

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: