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 265 of file ptr_impl.h.

265 {
266 if (!mWeakPtr) {
267 return !other;
268 }
269 return mWeakPtr->getReferent() == other.get();
270}
WeakReferent * mWeakPtr
Definition ptr.h:234

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

+ Here is the call graph for this function: