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

◆ destroy_fn()

template<typename... Types>
template<typename T>
static void fl::Variant< Types >::destroy_fn ( void * storage)
inlinestaticprivate

Definition at line 191 of file variant.h.

191 {
192 reinterpret_cast<T *>(storage)->~T();
193 }