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

◆ reset() [2/2]

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

Definition at line 304 of file shared_ptr.h.

304 {
305 this->swap(other);
306 other.reset();
307 }
void reset() FL_NOEXCEPT
Definition shared_ptr.h:286
void swap(shared_ptr &other) FL_NOEXCEPT
Definition shared_ptr.h:309