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

◆ Ptr() [5/6]

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

Definition at line 157 of file ptr.h.

158 other.referent_ = nullptr;
159 }
T * referent_
Definition ptr.h:258
Definition ptr.h:118

References Ptr().

+ Here is the call graph for this function: