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

◆ operator=()

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

Definition at line 364 of file ptr.h.

364 {
365 this->mWeakPtr = other.mWeakPtr;
366 return *this;
367 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:397

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: