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

◆ ~shared_ptr()

template<typename T>
fl::shared_ptr< T >::~shared_ptr ( )
inline

Definition at line 237 of file shared_ptr.h.

237 {
238 //FL_WARN("shared_ptr destructor called, mPtr=" << mPtr
239 // << ", mControlBlock=" << mControlBlock);
240 reset();
241 }
void reset() FL_NOEXCEPT
Definition shared_ptr.h:286