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

◆ destroy_control_block()

template<typename T, typename Deleter = default_delete<T>>
void fl::detail::ControlBlock< T, Deleter >::destroy_control_block ( )
inlineoverridevirtual

Implements fl::detail::ControlBlockBase.

Definition at line 96 of file shared_ptr.h.

96 {
97 delete this;
98 }