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)
inline

Definition at line 46 of file weak_ptr.h.

47 other.mPtr = nullptr;
48 other.mControlBlock = nullptr;
49 }
detail::ControlBlockBase * mControlBlock
Definition weak_ptr.h:14

References weak_ptr, and FL_NOEXCEPT.

+ Here is the call graph for this function: