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

◆ expired()

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

Definition at line 136 of file weak_ptr.h.

136 {
137 return use_count() == 0;
138 }
long use_count() const FL_NOEXCEPT
Definition weak_ptr.h:132

References FL_NOEXCEPT, and 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: