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 328 of file ptr.h.

328{ return lock().get() == other; }
Ptr< T > lock() const
Definition ptr.h:354

References lock().

+ Here is the call graph for this function: