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

◆ use_count()

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

Definition at line 279 of file shared_ptr.h.

279 {
280 if (!control_block_) return 0;
282 return 0;
283 }
284 return static_cast<long>(control_block_->shared_count);
285 }
detail::ControlBlockBase * control_block_
Definition shared_ptr.h:109

References control_block_, and fl::detail::ControlBlockBase::NO_TRACKING_VALUE.

Referenced by unique().

+ Here is the caller graph for this function: