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
inline

Definition at line 179 of file weak_ptr.h.

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

References weak_ptr, and FL_NOEXCEPT.

+ Here is the call graph for this function: