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

◆ reset() [2/2]

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

Definition at line 241 of file shared_ptr.h.

241 {
242 this->swap(other);
243 other.reset();
244 }
void reset() noexcept
Definition shared_ptr.h:223
void swap(shared_ptr &other) noexcept
Definition shared_ptr.h:246

References shared_ptr, and swap().

+ Here is the call graph for this function: