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

◆ use_count()

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

Definition at line 131 of file weak_ptr.h.

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

References control_block_.

Referenced by expired().

+ Here is the caller graph for this function: