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 142 of file ptr.h.

143 other.referent_ = nullptr;
144 }
T * referent_
Definition ptr.h:243
Definition ptr.h:102

References Ptr().

+ Here is the call graph for this function: