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

◆ WeakPtr() [5/6]

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

Definition at line 171 of file ptr_impl.h.

172 if (mWeakPtr) {
173 mWeakPtr->ref();
174 }
175}
WeakReferent * mWeakPtr
Definition ptr.h:234

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: