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 46 of file ptr_impl.h.

47 other.referent_ = nullptr;
48}
T * referent_
Definition ptr.h:184
Definition ptr.h:114

References Ptr(), and referent_.

+ Here is the call graph for this function: