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

◆ use_count()

template<typename T>
long fl::weak_ptr< T >::use_count ( ) const
inline

Definition at line 132 of file weak_ptr.h.

132 {
133 return mControlBlock ? static_cast<long>(mControlBlock->shared_count) : 0;
134 }
detail::ControlBlockBase * mControlBlock
Definition weak_ptr.h:14

References FL_NOEXCEPT, and mControlBlock.

Referenced by expired().

+ Here is the caller graph for this function: