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

◆ shared_ptr() [7/12]

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

Definition at line 211 of file shared_ptr.h.

212 other.mPtr = nullptr;
213 other.mControlBlock = nullptr;
214 }
detail::ControlBlockBase * mControlBlock
Definition shared_ptr.h:158