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

◆ expired()

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

Definition at line 367 of file ptr.h.

367 {
368 if (!mWeakPtr) {
369 return true;
370 }
371 if (!mWeakPtr->getReferent()) {
372 return true;
373 }
374 return false;
375 }
Ptr< WeakReferent > mWeakPtr
Definition ptr.h:382

References mWeakPtr.

Referenced by WeakPtr(), and WeakPtr().

+ Here is the caller graph for this function: