FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ operator!=() [2/2]

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

Definition at line 324 of file ptr.h.

324 {
325 return !(mWeakPtr != other.mWeakPtr);
326 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:382

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: