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

273 {
274 bool equal = *this == other;
275 return !equal;
276}

References fl::equal().

+ Here is the call graph for this function: