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

◆ shared_ptr() [7/11]

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

Definition at line 162 of file shared_ptr.h.

163 other.ptr_ = nullptr;
164 other.control_block_ = nullptr;
165 }
detail::ControlBlockBase * control_block_
Definition shared_ptr.h:109

References shared_ptr.

+ Here is the call graph for this function: