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

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

References lock().

+ Here is the call graph for this function: