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

◆ operator==() [1/4]

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

Definition at line 352 of file ptr.h.

352 {
353 if (!mWeakPtr) {
354 return !other;
355 }
356 return mWeakPtr->getReferent() == other.get();
357 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:397

References fl::Ptr< T >::get(), and mWeakPtr.

+ Here is the call graph for this function: