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

◆ move_fn()

template<typename... Types>
template<typename T>
static void fl::Variant< Types >::move_fn ( void * storage,
Variant< Types > & other )
inlinestaticprivate

Definition at line 217 of file variant.h.

217 {
218 new (storage) T(fl::move(*reinterpret_cast<T *>(&other._storage)));
219 }
char _storage[max_size< Types... >::value]
Definition variant.h:255