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

◆ WeakPtr() [6/6]

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

Definition at line 178 of file ptr_impl.h.

179 other.mWeakPtr = nullptr;
180}
WeakReferent * mWeakPtr
Definition ptr.h:234

References WeakPtr(), and mWeakPtr.

+ Here is the call graph for this function: