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

◆ operator!=() [1/2]

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

Definition at line 169 of file weak_ptr.h.

169 {
170 return !(*this == other);
171 }

References weak_ptr, and FL_NOEXCEPT.

+ Here is the call graph for this function: