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

◆ operator!=() [2/2]

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

Definition at line 178 of file weak_ptr.h.

178 {
179 return !(*this == other);
180 }

References weak_ptr.

+ Here is the call graph for this function: