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

◆ weak_ptr() [2/6]

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

Definition at line 22 of file weak_ptr.h.

23 if (control_block_) {
24 ++control_block_->weak_count;
25 }
26 }
detail::ControlBlockBase * control_block_
Definition weak_ptr.h:13

References weak_ptr, and control_block_.

+ Here is the call graph for this function: