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

◆ weak_ptr() [3/6]

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

Definition at line 30 of file weak_ptr.h.

31 if (control_block_) {
32 ++control_block_->weak_count;
33 }
34 }
detail::ControlBlockBase * control_block_
Definition weak_ptr.h:13

References weak_ptr, and control_block_.

+ Here is the call graph for this function: