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

◆ weak_ptr() [4/6]

template<typename T>
template<typename Y>
fl::weak_ptr< T >::weak_ptr ( const shared_ptr< Y > & shared)
inlinenoexcept

Definition at line 38 of file weak_ptr.h.

39 if (control_block_) {
40 ++control_block_->weak_count;
41 }
42 }
detail::ControlBlockBase * control_block_
Definition weak_ptr.h:13

References control_block_, and shared_ptr.

+ Here is the call graph for this function: