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 344 of file ptr.h.

344 {
345 bool equal = *this == other;
346 return !equal;
347 }