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

◆ operator!=() [1/2]

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

Definition at line 359 of file ptr.h.

359 {
360 bool equal = *this == other;
361 return !equal;
362 }