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

337 {
338 if (!mWeakPtr) {
339 return !other;
340 }
341 return mWeakPtr->getReferent() == other.get();
342 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:382

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

+ Here is the call graph for this function: