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

◆ operator bool()

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

Definition at line 231 of file ptr_impl.h.

231 {
232 return mWeakPtr && mWeakPtr->getReferent();
233}
WeakReferent * mWeakPtr
Definition ptr.h:234

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: