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

◆ operator!=() [2/2]

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

Definition at line 339 of file ptr.h.

339 {
340 return !(mWeakPtr != other.mWeakPtr);
341 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:397

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: