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

◆ weak_ptr() [6/6]

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

Definition at line 52 of file weak_ptr.h.

53 other.ptr_ = nullptr;
54 other.control_block_ = nullptr;
55 }
detail::ControlBlockBase * control_block_
Definition weak_ptr.h:13

References weak_ptr.

+ Here is the call graph for this function: