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

◆ operator==() [3/4]

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

Definition at line 320 of file ptr.h.

320 {
321 return mWeakPtr == other.mWeakPtr;
322 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:382

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: