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

◆ ~shared_ptr()

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

Definition at line 179 of file shared_ptr.h.

179 {
180 //FASTLED_WARN("shared_ptr destructor called, ptr_=" << ptr_
181 // << ", control_block_=" << control_block_);
182 reset();
183 }
void reset() noexcept
Definition shared_ptr.h:223

References reset().

+ Here is the call graph for this function: