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

242 {
243 return mWeakPtr == other.mWeakPtr;
244}
WeakReferent * mWeakPtr
Definition ptr.h:234

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: