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

◆ operator==() [2/4]

template<typename T>
bool fl::WeakPtr< T >::operator== ( const T * other) const
inline

Definition at line 252 of file ptr_impl.h.

252 {
253 return lock().get() == other;
254}
Ptr< T > lock() const
Definition ptr_impl.h:202

References lock().

+ Here is the call graph for this function: