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

◆ expired()

template<typename T>
bool fl::weak_ptr< T >::expired ( ) const
inlinenoexcept

Definition at line 135 of file weak_ptr.h.

135 {
136 return use_count() == 0;
137 }
long use_count() const noexcept
Definition weak_ptr.h:131

References use_count().

Referenced by fl::shared_ptr< T >::shared_ptr(), and lock().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: