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

◆ weak_ptr() [5/6]

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

Definition at line 45 of file weak_ptr.h.

46 other.ptr_ = nullptr;
47 other.control_block_ = nullptr;
48 }
detail::ControlBlockBase * control_block_
Definition weak_ptr.h:13

References weak_ptr.

+ Here is the call graph for this function: