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

247 {
248 return !(mWeakPtr != other.mWeakPtr);
249}
WeakReferent * mWeakPtr
Definition ptr.h:234

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: