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

Definition at line 53 of file weak_ptr.h.

54 other.mPtr = nullptr;
55 other.mControlBlock = nullptr;
56 }
detail::ControlBlockBase * mControlBlock
Definition weak_ptr.h:14

References weak_ptr, and FL_NOEXCEPT.

+ Here is the call graph for this function: