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 349 of file ptr.h.

349 {
350 this->mWeakPtr = other.mWeakPtr;
351 return *this;
352 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:382

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: