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 94 of file shared_ptr.h.

94 {
95 delete this;
96 }

References FL_NOEXCEPT.