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

335 {
336 return mWeakPtr == other.mWeakPtr;
337 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:397

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: